#prettyGallery{
	display: block;
	width: 780px;
	margin-bottom: 20px;
	margin-left: 15px;
	font-size: 10px;
	color: #666;

}


#prettyGallery div{
	display: block;
	text-align: left;
	height: auto;
	padding-bottom: 10px;
	width: 760px;
	color: #666;
}
#prettyGallery div a img {
	border: 1px solid #B99A61;
	float: left;
	width: 220px;
	height: auto;
	margin-bottom: 0px;
}

#prettyGallery div a  {
	display: block;
	height: 170px;
	width: 220px;
	float: left;
	color: #F90;
	margin: 10px;
	text-decoration: none;
}

#prettyGallery div a:hover  {
	color: #F90;
	text-decoration: none;
}
#prettyGallery  div  a  strong {
	font-size: 12px;
	color: #990000;
	display: block;

}

#prettyGallery h6 {
	font-weight: bold;
	color: #FFF;
	background-color: #663400;
	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;

}

#prettyGallery div a:hover img {
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#prettyGallery p {
	color: #999;
}
#prettyGallery div p  {
	display: block;
	height: 10px;
	width: 210px;
	float: left;
	color: #CCC;
	font-size: 11px;
	margin-bottom: 6px;
	text-decoration: none;
	
}
#prettyGallery .gallery.clearfix a img {
	cursor: hand;
}

