/*LIGHTBOX*/
#lightbox {
	background-color:#EEEEEE;
	border-bottom:2px solid #666666;
	border-right:2px solid #666666;
	padding:10px;
}

#lightboxDetails {
	/*font-size:0.8em;*/
	font-size:12px;
	padding-top:0.4em;
}

#lightboxCaption {
	float:left;
}

#keyboardMsg {
	float:right;
}

#closeButton {
	right:5px;
	top:5px;
}

#lightbox img {
	border:medium none;
	clear:both;
}

#overlay img {
	border:medium none;
}

#overlay {
	background-image:url(../images/overlay.png);
}

/** html #overlay {
	background-color:transparent;
	background-image:url(../images/blank.gif);
}*/


