@charset "utf-8";
/* CSS Document */

#prettyGallery{
	display: block;
	margin: auto;
	background-color: #E3D8CA;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(images/GalleryBackGradient.jpg);
	background-repeat: repeat-x;
}
#prettyGallery div{
	display: block;
	width: 980px;
	text-align: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-left: auto;
	margin-right: auto;

}


#prettyGallery div a img {
	border: 1px solid #BE9B7E;
	margin: 7px;
	height: 100px;
	width: 140px;
}

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

 #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;
}

#prettyGallerySmaller {
	display: block;
	background-color: #E4E1DC;
}

#linearts {
	height: auto;
	width: auto;
	float: right;
}

#prettyGalleryCustom{
	display: block;
	margin: auto;
	background-color: #F3EEE9;
	width: 95%;
	background-position: right 15px;
	background-repeat: no-repeat;
}
#prettyGalleryCustom div{
	display: block;
	width: 860px;
	text-align: left;
	margin: auto;
}

#prettyGalleryCustom div a img {
	border: 1px solid #BE9B7E;
	margin: 5px;
	height: 140px;
	width: 200px;
}

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


#prettyGalleryThumbs a img {
	float: none;
	margin: 0px;
	padding: 0px;
	border: 1px solid #B97719;
	height: 80px;
	width: 80px;
}

#prettyGalleryThumbs a:hover img {
	border: 1px solid #803F0A;
}
#prettyGalleryThumbs {
	display: block;
	width: 97%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 270px;
	background-color: #EEEBE1;
	margin-right: auto;
	margin-left: auto;
}

#prettyGalleryThumbs a{
	display: block;
	float: left;
	height: 125px;
	width: 96px;
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 5px;
	margin-top: 5px;
	text-decoration: none;
}

#prettyGalleryThumbs a p, #prettyGalleryThumbs p {
	display: block;
	height: 36px;
	width: 96px;
	text-align: center;
	font-size: 10px;
	color: #604620;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: lowercase;
	line-height: 12px;
	font-style: italic;
	font-weight: bold;
}

#prettyGalleryThumbs a:hover p {
	color: #522705;
	text-decoration: underline;

}

