#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
    z-index:500;
}
#overlay {
	background-image: url(../../img/_institut/lightbox/overlay.png);
    
}
#lightboxCaption {
	color: #1d5491;
	background-color: #eee;
	text-align: center;
  	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
    font-size:110%;
   padding:3px 0px;   
}
* html #overlay {
	background-color: #f3f3f3;
	background-image: url(../../img/_institut/lightbox/blank.gif);
	filter: Alpha(opacity=70);
}

