#GalleryThumbs {
	height: 700px;
	width: 822px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 14px;
	padding-right: 14px;
	padding-left: 4px;
	display: block;
	clear: both;
}


#GalleryThumbs div{
	display: block;
	background-color: #C6C7CB;
	height: 122px;
	width: 122px;
	float: left;
	margin-bottom: 14px;
	margin-left: 14px;
}

#GalleryThumbs img{
	display: block;
	float: left;
	margin-bottom: 13px;
	margin-left: 13px;
	border: 1px solid #BDBDBF;
}

#GalleryThumbs a img {
	border: 1px solid #BCBCBE;
	display: block;
}

#GalleryThumbs a:hover img{
	display: block;
	border: 1px solid #FFFFFF;
}

#GalleryThumbs  #hover{
	display: none;

}

#GalleryThumbs  a:hover  #hover{
	display: block;
	float:none;
	position: relative;
	z-index: 444;
}

#GalleryThumbs img h1{
	display: block;
}

#GalleryThumbs img h2{
	display: block;
}

#GalleryThumbs img h3{
	display: block;
}

