#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#overlay {
	//background-image: url(/functions/lightboxplus/overlay.png);
        background-color: #000;	
        filter:alpha(opacity=50);	
        -moz-opacity: 0.5;	
        opacity: 0.5;
}
#lightboxCaption {
	color: #333;
	background-color: #eee;
        font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#lightboxIndicator {
	border: 1px solid #fff;
}
#lightboxOverallView {
	//background-image: url(/functions/lightboxplus/overlay.png);
        background-color: #000;	
        filter:alpha(opacity=50);	
        -moz-opacity: 0.5;	
        opacity: 0.5;
}
* html #lightboxOverallView,
* html #overlay {
	background-color: #000;
	background-image: url(/functions/lightboxplus/blank.gif);
	filter: Alpha(opacity=50);
}

#tbl[id] {display: table; height: 100%;}
#cell[id] {display: table-cell; vertical-align: middle;}



