
.gallery {
	clear: both;
}
.galleryThumbHolder {
	height: 290px;
	overflow: visible;
	overflow-x: hidden;
}
HTML>BODY .galleryThumbHolder {
	height: auto;
	min-height: 290px;
	overflow: hidden;
}

div.galleryTitle {
}

div.thumb {
	float: left;
	margin: 0 7px 2px 0;
	padding: 7px 8px 8px 7px;
	overflow: hidden;
	height: 128px;
	background: url(../../color_green/pics/bgGalleryThumb.gif) no-repeat left top;
}

div.thumb img {
	border: none;
	margin: auto;	
}
div.thumb a, div.thumb a:hover {
	text-decoration: none;
}
div.thumb .name, div.thumb .title{
	text-align: left;
	font-size: 11px;
	color: #8e8e8e;
	display: block;
	padding-top: 2px;
}

div.thumb .description, div.thumb .keywords, div.thumb .name, div.thumb .title{
	display: none;
}

div.thumb-hidden {
	display: none;
}

/** Cover Thumb Style **/
div.cover-thumb {
	margin: 0 5px 5px 0;
	padding: 4px;
	overflow: hidden;
	border:1px solid #CACACA;
	float: left;
}
div.cover-thumb img {
	border: none;
	margin: auto;	
}
div.cover-thumb .title{
	margin: auto;
	text-align: left;
	font-weight: bold;
	font-size: 120%;
}
div.cover-thumb span.description, 
div.cover-thumb span.keywords, 
div.cover-thumb span.name, 
div.cover-thumb span.title,
div.cover-thumb span.image-count{
	display: none;
}
/** Image View Style */
#lbCaption{
	font-size: 120%;
}

/** Pagination Style **/
div.paganation {
	margin: 3px 0px;
	height: 32px;
}
div.paganation .galleryPage, div.paganation span{
	margin: 0px 3px;
	color: #000000;
	float: left;
	line-height: 19px;
}
div.paganation .current {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background: url(../../color_green/pics/bgGalleryPageSelected.gif) no-repeat left top;
	height: 19px;
	width: 18px;
	text-align: center;
}
div.paganation .next {
	float: right;
	width: 86px;
	height: 24px;
	border: none;
	line-height: 24px;
	padding-left: 10px;
	color: #000;
}
div.paganation .prev {
	float: left;
	width: 86px;
	height: 24px;
	border: none;
	line-height: 24px;
	text-align: right;
	padding-right: 10px;
	color: #000;
}
.topPagination .next, .topPagination .prev{
	display: none;
}
.topPagination {
	position: relative;
	height: 22px !important;
	z-index: 300;
	margin-top: -20px !important;
}
.bottomPagination {
	height: 60px !important;
	position: relative;
	margin: 0 !important;
}
.bottomPagination .next {
	position: absolute;
	bottom: 0;
	right: 40px;
}
.bottomPagination .prev {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.galleryPageHolder {
	position: absolute;
	top: 0px;
	right: 52px;
}
div.paganation a.next, div.paganation a.next:hover{
	background: url(../../color_green/pics/bgGalleryButtonRight.gif) no-repeat left top;
}
div.paganation a.prev, div.paganation a.prev:hover{
	background: url(../../color_green/pics/bgGalleryButtonLeft.gif) no-repeat left top;
}
br.clear {
	clear: left;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}
.gallerPageHolder {
	float: right;
}
