.videoGallery {
	position: relative;
	width: 760px;
	float: left;
	padding: 0px;
	left: 20px;
}

.videoGallery .preview {
	position: relative;
	float: left;
	width: 140px;
	margin: 5px;
	text-align: center;
}

.videoGallery .previewH {
	position: relative;
	width: 120px;
	height: 90px;
	left: 10px;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}

#page_body .videoGallery a.thumbLink {
	display: block;
	position: relative;
	padding: 2px 0;
	text-decoration: none;
	font: bold 12px arial;
}

.videoH img {
	float: left;
	left: 10px;
}

.videoH .desc {
	position: relative;
	width: 100%;
	overflow: hidden;
	float: left;
}

.videoH .rowH {
	position: relative;
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
}

.galleryImageH {
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

#page_body a.right {
	float: right;
	padding-left: 10px;
}

#page_body a.toGallery { float: left; }

