#pbOverlay, #pbImage, #pbBottom, #pbCloseBtn {
	position: fixed;
	z-index: 999999;
}
#pbOverlay {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	cursor: pointer;
}
#pbCloseBtn {
	top: 0;
	right: 0;
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/closebutton.png) no-repeat top left;
}
.pbLoading {
	background: #000 url(../images/loading.gif) no-repeat center !important;
}
#pbImage {
	border: none;
	background: #000 no-repeat;
	-moz-box-shadow: 0 0 40px #000;
	-webkit-box-shadow: 0 0 40px #000;
	box-shadow: 0 0 40px #000;
	cursor: move;
}
#pbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #EEE;
	line-height: 1.4em;
	left: 50%;
	bottom: 10px;
	width: 400px;
	margin-left: -200px;
}
#pbCaption {
	font-weight: bold;
	padding: 4px;
	display: inline-block;
*display:inline;
	background-color: rgba(0,0,0,0.7);
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#B0000000, EndColorStr=#B0000000);
	zoom: 1;
}
#pbNav {
	display: block;
	width: 200px;
	height: 65px;
	margin: auto;
	margin-top: 5px;
}
#pbPrevBtn, #pbNextBtn, #pbZoomBtn {
	display: inline-block;
	width: 70px;
	height: 65px;
	outline: none;
	text-indent: -9000px;
	background: url(../images/navbtns.png) no-repeat;
}
#pbPrevBtn {
	background-position: -70px 0;
	float: left;
}
#pbPrevBtn.pbgreyed {
	background-position: 0px 0px;
}
#pbNextBtn {
	background-position: -320px 0;
	float: right;
}
#pbNextBtn.pbgreyed {
	background-position: -390px;
}
#pbZoomBtn {
	width: 60px;
	background-position: -140px 0px;
	float: left;
}
#pbZoomBtn.pbgreyed {
	background-position: -200px 0px;
}
#pbZoomBtn.pbzoomed {
	background-position: -260px 0px;
}
.honer2 {
	width: 100%;
	float: left;
	margin-bottom: 0%;
	padding-top: 0px
}
.honer2 li {
	float: left;
	width: 33.3333%;
	height: auto;
	padding-bottom: 10px;
	text-align: center;
	line-height: 30px;
	font-size: 14px
}
.honer2 li a {
	display: block;
	padding: 4%;
	padding-top: 0;
	color: #333;
}
.honer2 li a:hover {
	color: #99692e;
filter:alpha(opacity:60);
	opacity: 0.6;
}
.honer2 li img {
	width: 100%;
	max-width: 100%;
	
	margin-bottom: 15px;
}


 @media(max-width:1000px) {
.honer2 li {
	width: 33.33%;
}

}

 @media(max-width:640px) {

.honer2 li {
	width: 50%;
}
.pages {
	margin-bottom: 10%;
}
}
@media(max-width:450px) {/*.honer2 li {width:100%;}

.honer2 li a{padding:0;}*/.honer2 li {
	width: 100%;
}
}
