/**
* CSS for LightBox.
*
* @author Lokesh Dhakar
* @link http://www.huddletogether.com
*
* @author Pavel Jartsev <papi@digitalfruit.ee>
* @package Api
* @subpackage JavaScript
*/

#lightbox
{
	color: #333;
	background-color:#eee;
	padding: 10px;
	border: 2px solid #eee;
}
#lightbox a,
#lightbox a:hover
{
	background: none;
	border: none;
	text-decoration: none;
}
#lightbox img
{
	border: none;
	clear: both;
}

#lightboxDetails
{
	font-size: 0.8em;
	padding-top: 0.4em;
}

#lightboxCaption
{
	float: left;
}

#keyboardMsg
{
	float: right;
}

#closeButton
{
	top: 5px;
	right: 5px;
}

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