#lightbox	
{
    background-color: #a7a188;	
    padding: 4px 4px 0px 4px;	
    margin: 0px;
 }
#lightboxDetails	
{
    font-size: 0em;	
    padding-top: 0em;	
    margin: 0px;
    }	
#lightboxCaption 
{
    float: left; 
    color: #171615;
    font-size: 12px; 
    font-family: Tahoma;
    height: 28px; 
    margin: 9px 0px 0px 11px; 
    }
#keyboardMsg 
{
    float: right; 
    }
#closeButton 
{
    top: 4px; 
    right: 4px; }

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

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

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

.next_prev_container
{
	height: 0px;
}
#lightbox_next_button_container
{
	width: 23px;
	height: 27px;
	font-size: 0;
	top: 150px;
	right: -23px;
	position: absolute;
}

#lightbox_prev_button_container
{
	width:  23px;
	height: 27px;
	font-size: 0;
	top: 150px;
	left: -25px;
	position: absolute;
}
