
ul.gallery {
	width: 560px;
	clear: both;
	overflow: hidden;
	border-bottom: 1px dashed #CDCDCD;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}
ul.gallery li {
	float: left;
	width: 180px!important;
	width/**/: 190px;
	height: 130px!important;
	height/**/: 140px;
	padding: 0px 10px 10px 0px;
}
ul.gallery li.none {
	float: left;
	width: 180px!important;
	width/**/: 180px;
	height: 130px!important;
	height/**/: 140px;
	padding: 0px 0px 10px 0px;
}
ul.gallery li span {
	float: left;
	width: 180px;
	height: 24px;
	font-size: 12px;
	line-height: 1.5em;
	color: #999999;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
