#GalleryThumbs {
	height: 800px;
	width: 822px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 14px;
	padding-right: 14px;
	padding-left: 4px;
}


#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 img h1{
	display: block;
}

#GalleryThumbs img h2{
	display: block;
}

#GalleryThumbs img h3{
	display: block;
}


#prettyGallery{
	display: block;
	margin: auto;
	height: auto;
	width: 800px;
}
#prettyGallery div{
	display: block;
	width: 785px;
	text-align: left;
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#prettyGallery div a img {
	border: 1px solid #999;
	margin: 8px;
	float: left;
	height: 120px;
	width: 93px;
}

#prettyGallery div a  {
	cursor: default;
}

 #prettyGallery h6 {
	font-weight: bold;
	color: #FFF;
	background-color: #C60;
	display: block;
	font-size: 10px;
	width: 150px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 7px;
	margin-top: 7px;
	margin-bottom: 2px;
	text-decoration: none;
	cursor: auto;
}

#prettyGallery div a:hover img {
	border-top-color: #C60;
	border-right-color: #C60;
	border-bottom-color: #C60;
	border-left-color: #C60;
}
