/********************
 * gallery styles
 
 ********************/
 
ul.gallery{
	margin: 1.4em 0 1.4em 0;
}

ul.gallery li{
	list-style: none;
	float: left;
	margin: 0 10px 10px 0;
}

ul.gallery li a:link{
	display: block;
	padding: 2px;
	width: 80px; height: 52px;
	background: white;
}

ul.gallery li a:active{
	display: block;
	padding: 2px;
	width: 80px; height: 52px;
	background: white;
}

ul.gallery li a:visited{
	display: block;
	padding: 2px;
	width: 80px; height: 52px;
	background: white;
}

ul.gallery li a:hover{
	display: block;
	padding: 2px;
	width: 80px; height: 52px;
	background: #F00A81;
}

#lightbox{
	background-color:#f4f4f4;
	padding: 10px;
	}
#lightboxDetails{
	font-size: 0.9em;
	padding-top: 1.5em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 0px; right: 20px; }

#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");
	}
	

#lightbox a:link {
	text-decoration: none;
	color: #F00A81;
}

#lightbox a:visited {
	text-decoration: none;
	color: #F00A81;
}

#lightbox a:active {
	text-decoration: none;
	color: #F00A81;
}

#lightbox a:hover {
	text-decoration: none; 
	color: #311B0C;
}