div.galleryPlugin {
	margin-top: 2em;
	width: 580px;
}
div.galleryPlugin h1.gTitle {
	
}
div.galleryPlugin div.gContent {
	padding: 14px;
	padding-top: 0;
}



ul.gallery {
	clear: both;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.gallery li {
	display: inline;
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
	width: 102px;
	text-align: center;
}
ul.gallery li a {
	color: #535353;
	text-decoration: none;
}
ul.gallery li a:hover {
	text-decoration: underline;
}
ul.gallery li.spacer {
	display: block;
	clear: both;
	width: 100%;
	float: none;
	height: 20px !important;
}
ul.gallery li a.image {
	display: block;
	width: 102px;
	height: 102px;
	border: 1px solid #868686;
	background: url('/dsg/x.gif') no-repeat center center;
	text-decoration: none;
}
