/* CSS Document */

/* gallery */
.gallery_table {
	border-left:none;
	border-bottom:none;
	border-right:none;
	margin:0;
	font-size:small;
	background-color:transparent;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:660px;
}
.gallery_td{
	vertical-align:top;
	padding:0 0 5px 10px;
	margin:0;
	text-align:center;
	font-size:smaller;
}
.gallery_td a {
	font-size:0px;
}
.gallery_tr {
	/* */
}
.gallery_th {
	padding:5px;
	text-align:center;
}
.gallery_img {
	padding:10px 5px 10px 5px;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	background:#fff;
}
.bottom_table {
	height:50px;
	text-align:center;
}

img {
	border:none;
}

/* lightbox */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
#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(img/overlay.png); }

#close a, a:link, a:visited, a:hover {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

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