#lightbox {
	background-color:#eee;
    margin:30px 0 0 0;
	padding:0;
    border: 2px solid #fff;
    max-width:98%;
    max-height:auto;
    }
#lightboxDetails {
	font-size:1em;
	padding:0.4em 0 0 0;
    max-width:98%;
}	
#lightboxCaption {text-align:center;font-size:1em}
#keyboardMsg {float:right;}
#closeButton {top:5px;right:5px;}

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

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

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

@media screen and (max-width:499px){
#lightbox {margin:55px 0 0 2px}
}

@media only screen and (min-width:500px) and (max-width:767px){
/*#lightbox {max-width:auto;max-height:90%;}*/
#lightbox {margin:55px 0 0 3px}
/*#lightbox img {max-width:auto;max-height:90%;}*/
/*#lightboxImage {max-width:auto;max-height:90%}*/
}