.imageGallery {
	position: relative;
	width: 745px;
	border-top: 1px solid white;
	background: white url(/images/blocks/gray.gif) repeat-y;
}

.imageGallery .strContent {
	position: relative;
	padding: 10px 10px 10px 30px;
}

.imageGallery .extrasH {
	position: relative;
	padding: 2px 0px 5px 0px;
	width: 170px;
	float: left;
	text-align: right;
}

.imageGallery .pagesH {
	position: relative;
	padding: 2px 0px 5px 0px;
	float: left;
	width: 500px;
	font-weight: bold;
}

.imageGallery .galleryH {
	position: relative;
	width: 100%;
	overflow: hidden;
	clear: both;
}

.imageGallery .galleryH .preview {
	position: relative;
	float: left;
	width: 84px;
	height: 84px;
	border: 3px solid #888;
	margin-right: 27px;
	margin-bottom: 30px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center top;
}
	
.imageGallery .galleryH .preview img {
	width: 84px;
	height: 84px;
	border: none;
}

.imageGallery .galleryH .preview a {
	text-decoration: none;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: .3;
	-moz-opacity: .3;
	filter: alpha(opacity=30);
}

.imageGallery .galleryH .preview a:hover {
	background: #fff;
}

.imageGallery .galleryImageH a {
	display: block;
	position: relative;
	float: left;
	text-decoration: none;
	font: bold 12px arial;
	color: #333;
}
.imageGallery .galleryImageH a:hover {
	text-decoration: underline;
}
.imageGallery .galleryImageH a.right {
	padding-left: 10px;
	float: right;
}

.imageGallery .galleryImageH span.gallery {
	color: #777;
}

.imageGallery .galleryImageH .imageH {
	position: relative;
	width: 100%;
	text-align: center;
}

.imageGallery .galleryImageH img.mainImage {
	border: 5px solid #888;
}

.gallerySummaryH {
	position: relative;
	width: 100%;
	padding-top: 10px;
}

.gallerySummaryH a {
	text-decoration: none;
	font: bold 12px arial;
	color: #333;
	padding-right: 20px;
	background: url(/images/common/arrow.gif) no-repeat right center;
}

.gallerySummaryH a:hover {
	text-decoration: underline;
}

.imageDesc {
	position: relative;
	text-align: center;
	width: 100%;
	padding: 10px 0px;
}

.imageGallery h2 {
	color: #360;
	padding: 4px 20px;
}

.imageGallery h3 {
	color: #360;
}