.box ul.gallery {
	clear: both;
	list-style-type: none;
	width: 99%;
	margin: 0;
	padding: 0;
}
.box ul.gallery li {
	display: inline;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	width: 130px;
	text-align: center;
}
.box ul.gallery li.spacer {
	display: block;
	clear: both;
	width: 100%;
	float: none;
	height: 20px !important;
}
.box ul.gallery li a.image {
	display: block;
	width: 130px;
	height: 130px;
	border: 1px solid #868686;
	background: #fff url('../dsg/x.gif') no-repeat center center;
}
.box h2.gallery  {
	float: left;
	color: #d00000;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.box a.gallery-back {
	float: right;
	font-size: 80%;
	font-weight: bold;
}
