#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
	/* custom style */
	border: 5px solid #eee;
	background-color:#fff;
	line-height: 1em;
}
#lightboxDetails{
	/*font-size: 0.9em;*/
	padding-top: 0.4em;
	/* custom style */
	text-transform: uppercase;
	font-size: 0.8em;
	padding-top: 1em;
}
#lightboxCaption{ 
	float: left;
	/* custom style */
	font-weight: bold;
	color:#FF8005;
}
#lightboxImage{
	/* custom style */
}
#keyboardMsg{ 
	float: right; 
}
#lightbox img{
	border: none;
	clear: both;
	/* custom style 
	border: 2px solid #e7e7e7;*/
}
#closeButton{ 
	top: 5px; 
	right: 5px;
	/* custom style */
	border: none;
}
#overlay img{ 
	border: none; 
}
#overlay{
	background-image: url(../images/lightbox_overlay.png);
}
* html #overlay{
	/* IE 5 display */
	background-color: transparent;
	background-image:  url(../images/lightbox_overlayIE5.gif);/*none;*/
	/* IE6 png display hack */
	back\ground-color: transparent;
	back\ground-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../images/lightbox_overlay.png", sizingMethod="scale");
	/* NOTE: this needs to be relative to the page it will display on !!! */
}
