#lightbox2{
	position: absolute;	left: 0; width: 73%; z-index: 100; text-align: center; line-height: 0; margin-left: 10em; background: #fff; margin-top:35px !important;
	}
#lightbox2 img{ width: auto; height: auto; top: 0px; left: 0px; padding: 53px;}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#overlay img{ border: none; }

#overlay{background-color: #000; opacity: 0.85;}

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

#keyboardMsg > a {
    bottom: 1em;
    color: #999;
    font-size: 17px;
    font-weight: bold;
    position: absolute;
    text-decoration: none;
}

#keyboardMsg span {
    color: #6c6c6c;
    font-size: 25px;
    margin-left: -7px;
}