/* gallery */
#content .GalleryThumbnail li {
	background: url(../img/bg-gallery-item.jpg) no-repeat;
	float: left;
	height: 212px;
	margin: 18px 0 0 32px;
	overflow: hidden;
	width: 227px;
}
* html #content .GalleryThumbnail li {
	margin-left: 16px;
	margin-right: 16px;
}
#content .GalleryThumbnail li.Over {
	background-position: left -212px;
}
#content .GalleryThumbnail li img {
	display: block;
	margin: 21px auto 9px;
}
#content .GalleryThumbnail li span {
	/*border-top: #333 dashed 1px;*/
	display:block;
	font-size: 1.2em;
	margin: 0 21px;
	padding-top: 5px;
	zoom: 1;
}
#content .GalleryThumbnail li img.icon {
	display:inline-block;
	margin:0 0 0 15px;
}
#content .GalleryThumbnail li a{
	padding-left:15px;
}
#content .GalleryZoom li {
	background: url(../img/bg-gallery-item-zoom.jpg) no-repeat;
	height: 450px;
	margin: 18px auto 0;
	overflow: hidden;
	width: 542px;
}
#content .GalleryZoom li img {
	display: block;
	margin: 21px auto 9px;
}
#content .GalleryZoom li a {
	border-top: #333 dashed 1px;
	display: block;
	font-size: 1.2em;
	margin: 0 21px;
	padding-top: 5px;
	zoom: 1;
}

#content .ItemNo {
	font-size: 1.3em;
	padding: 0 100px;
	text-align: right;
}

#content .Clear {
	clear: both;
}
