#lightbox{
	background-color:#fff;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; font-size: 15px; line-height: 1.6; font-family: 'open_sansregular', arial, helvetica, verdana, sans-serif; font-weight: 480;}
#keyboardMsg{ float: right; font-size: 15px; font-weight: bold; font-family: 'open_sansregular', arial, helvetica, verdana, sans-serif; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; 
height : auto;
max-width : 100%;
}

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


	