
/*------------------------------------
--------- STYLES FÜR LIGHT BOX -------
------------------------------------*/
#xLightBackground
{
  position:absolute;
  left:0px;
  right:0px;
  top:0px;
  bottom:0px;
  z-index:100;
  background-color: #000;
  opacity:0.5;
  filter:alpha(opacity=50);
}

#xLightBox
{
  position:absolute;
  height:560px;
  width:550px;
  padding:5px;
  z-index: 500;
  background-color:#f5eee0;
}

#xLightBoxContent {
  height:400px;
  width:400px;
}

#xLightBoxClose
{
  position: absolute;
  right: -20px;
  top: -15px;
}


