/*************************** Footer END ***************************/
/*************************** Lightbox START **************************
	Lightbox JS: Fullsize Image Overlays 
	by Lokesh Dhakar - http://www.huddletogether.com

	For more information on this script, visit:
	http://huddletogether.com/projects/lightbox/
**********************************************************************/


#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; 
}


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