#lightbox{
	background-color:#fff;
	padding: 10px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	-webkit-animation-name:fade;
    -webkit-animation-timing-function:linear;
    -webkit-animation-duration:2s;
}

@-webkit-keyframes fade { 
from { opacity:0 } 
to { opacity:1.0 } 
}

#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: -10px; right: -10px; }

#lightbox img{ border: none; clear: both; -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;} 
#overlay img{ border: none; }

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

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