#lightbox{
	background-color: #fff;
	 border: solid 2px #c6c2bc;
	margin: 0px;
	z-index: 120000;
	padding: 0px 39px 27px 39px;
}

.lightboxDetail
{
	clear: both;
	font-size: 0em;
	padding-top: 0em;
	margin: 0px 0px 27px 0px;
	position: absolute;
    bottom: 0px;    
	background-color: #000;
	opacity: 0.2;
	filter: alpha(opacity=25);
	khtmlopacity: 0.2;
	mozopacity:0.2;
}

.lightboxDetails
{
	clear: both;
	font-size: 0em;
	padding-top: 0em;
	margin: 0px;
}

.lightboxDetail:hover
{
   opacity: 0.8; 
   opacity: 0.8;
	filter: alpha(opacity=50);
	khtmlopacity: 0.8;
	mozopacity:0.8;
}
.next_prev_container
{
	
	z-index: 500;
	top: 50px;
}
#lightbox_next_button_container
{

	
	font-size: 0;
	right: 11px;
	top:290px;
	position: absolute;
}
#lightbox_next_button_container img 
{
    width: 10px;
    height: 17px;
}
#closeButton
{
    width: 13px;
    height:12px;
}
#lightbox_prev_button_container img 
{
    width: 10px;
    height: 17px;
}
#lightbox_prev_button_container
{
	
	
	font-size: 0;
	left: 9px;
	bottom:247px;
	position: absolute;
}

#LightboxVideo
{
    margin-top: 39px;
    background: url("../images/loading.gif") center no-repeat;
}

#lightboxCaption{ float: left; color: #fff;font-size: 12px; margin-top: 30px; }
#keyboardMsg{ float: right; }
#closeButton{ top: 4px; right: 4px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/overlay_new.png); }

* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay_new.png", sizingMethod="scale");
	}
