.overlay {
	position:absolute;      
	top:0;
	left:0;
	height:100%;
	width:100%; 
	background:#000;
	opacity:0;
	filter:alpha(opacity=0);
	z-index:998;   
	cursor:pointer;
}
.container {
	position:absolute;  
	opacity:0;
	filter:alpha(opacity=0);
	left:-9999em;
	z-index:999;
  background-color: black;
  background-image: Url(/media/theme/ajax-loader2.gif);
  background-position: center;
  background-repeat: no-repeat;
  padding: 5px;
  -moz-box-shadow: 0px 0px 5px 0px black;
  -webkit-box-shadow: 0px 0px 5px 0px black;
  box-shadow: 0px 0px 5px 0px black;
  width: 250px;
  height: 150px; 
}

.container img{
  opacity:0;  
  float: left;  
}

#contentinfo{
  background-color: black;
	opacity: 0.7;
  width: 100%;
  position: absolute;
  bottom: 0;
  margin-left: -5px;
  padding-bottom: 5px;
  z-index: 999;
}

.container P{
  color: white;
  margin-left: 15px;
  padding-top: 15px;
  font-size: 14px;
}

#lightboxce-close{ 
  position: absolute;
  background-image: Url(/media/theme/lightboxce-close.png);
  background-repeat: no-repeat;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 16px;
  height: 16px;   
	cursor:pointer; 
  bottom: 0;      
  right: 0;
  z-index: 1000;
}