#lightbox{
	background-color:#fff;
	padding: 10px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

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

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

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

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

#lightbox_2{
	
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:720px;
	height:260px;
	margin:-130px 0 0 -360px;
	border:1px solid #000000;
	background:#ffffff;
	text-align:left;

}
#lightbox_2[id]{
	position:fixed;
}



#overlay_2{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
}
#overlay_2[id]{
	position:fixed;
}

#lightbox_2.done #lbLoadMessage{
	display:none;
}
#lightbox_2.done #lbContent{
	display:block;
}
#lightbox_2.loading #lbContent{
	display:none;
}
#lightbox_2.loading #lbLoadMessage{
	display:block;
}

#lightbox_2.done img{
	width:100%;
	height:100%;
}
