div.galleryPlugin {
	background: #dcdcdc;
	margin: 0 0 0 43px;
	padding: 0;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 645px;
}
div.galleryPlugin h1.gTitle {
	background: #a3a3a3 url('/dsg/arrow_down_white.gif') no-repeat 14px 7px;
	color: #fff;
	border-top: 1px solid #fff;
	font-size: 150%;
	height: 30px;	/* 38px - PT */
	padding: 8px 0 0 50px;
}
div.galleryPlugin h1.gTitle a.gallery-back {
	float: right;
	color: #fff;
	font-size: 60%;
	padding: 4px 10px 0 0;
	font-weight: normal;
}
div.galleryPlugin div.gContent {
	padding: 14px;
}



ul.gallery {
	clear: both;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.gallery li {
	display: inline;
	float: left;
	margin: 0 0 0 40px;
	padding: 0;
	width: 102px;
	text-align: center;
}
ul.gallery li a {
	color: #535353;
	font-size: 80%;
	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;
}
div.galleryPlugin h2.gallery  {
	float: left;
	color: #d00000;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
div.galleryPlugin a.gallery-back {
	float: right;
	font-size: 80%;
	font-weight: bold;
}
