#lightbox
	{
	background-color:#333333;
	padding: 1px;
	border: 4px solid #fff;
	}
	
#lightboxDetails
	{
	font-size: 0.8em;
	}	
	
#lightboxCaption
	{
	float: left; 
	}
	
#closeButton
	{
	top: 0px; right: 0px; 
	}

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

#overlay  /* IE6 and below Can't See This */
	{ 
	position: fixed;
	background-image: url(../img/overlay.png);
	}

* html #overlay
	{
	background-color: #333333;
	background-color: transparent;
	}
	
