#prettyGallery{
	display: block;
	margin:auto;
	width: 100%;
	margin-bottom: 20px;
	font-size: 10px;
	color: #666;
	text-align: center;
margin-left:-5px
}


#prettyGallery div{
	display: block;margin:auto;
	text-align: center;
	height: auto;
	padding-bottom: 10px;
	width: 100%;
	max-width:1600px;
	color: #666;
	;
}
#prettyGallery div a img {
	border: 1px solid #777;
	display: inline-block;
	width: 160px;
	height:110px;
	margin-bottom: -8px;
}

#prettyGallery div a  {
	display: inline-block;
	height: 115px;
	width: 145px;
	color: #000;
	margin: 10px;
	text-decoration: none;
	vertical-align: top;
}

#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: 100%;
	color: #333;
	font-size: 11px;
	margin-bottom: 6px;
	text-decoration: none;
	
}
#prettyGallery .gallery.clearfix a img {
	cursor: pointer;
}
