/* CSS Document */

ul.imgList {
	float:left;
	clear:both;
	margin-bottom: 1em;
	list-style: none;
	padding-left: 0px;
	margin-left: 0px !important;
}
.imgList LI {
	float: left;
	background: none !important;
	padding: 0 !important;
	margin: 0 10px 10px 0;
	width: 179px;
	height: 179px;
	overflow: hidden;
	border: 1px solid #FFF;
}
.imgList LI A, #TB_window A {
	text-decoration:none;
}
.imgList LI IMG {
	display: block;
	margin-bottom: 8px;
}

.h2Left {
	font: bold 11px Verdana;
	margin: 0 0 12px 0;
	clear:both;
}
#imageDesc {
	background: url(/img/gallery/descBg.png) repeat;
	-background: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/gallery/descBg.png', sizingMethod='scale');
	position: absolute;
	width: 450px;
	bottom: 10%;
	right: -155px;
	padding: 23px 60px 23px 35px;
	font-size: 20px;
	color: #FFF;
}