/* www.jq22.com */
body {
	background-color: #fff;
	font-family: arial, helvetica, sans-serif;
	color: #000;
}
#main {
	width: 800px;
	margin: 0 auto;
}
a {
	font-weight: bold;
	color: #f00;
}
#pboverlay, #pbimage, #pbbottom, #pbclosebtn {
	position: fixed;
	z-index: 9999;
}
#pboverlay {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	cursor: pointer;
}
#pbclosebtn {
	top: 0;
	right: 0;
	display: block;
	width: 50px;
	height: 50px;
	background: url(/uploads/image/jpcss/closebutton.png) no-repeat top left;
}
.pbloading {
	background: #000 url(/uploads/image/jpcss/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; /* half the width */
}
#pbcaption {
	font-weight: bold;
	padding: 4px;
	display: inline-block;
 *display: inline; /* ie 7 */
	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: 282px;
	height: 70px;
	margin: auto;
	margin-top: 5px;
}
#pbprevbtn, #pbnextbtn, #pbzoombtn, #pbleftbtn, #pbrightbtn {
	display: inline-block;
	height: 70px;
	outline: none;
	text-indent: -9000px;
	background: url(/uploads/image/jpcss/navbtns.png) no-repeat;
}
#pbprevbtn {
	background-position: -223px 0;
	width: 40px;
	float: left;
}
#pbprevbtn.pbgreyed {
	background-position: -521px 0;
}
#pbnextbtn {
	background-position: -337px 0;
	width: 40px;
	float: right;
}
#pbnextbtn.pbgreyed {
	background-position: -560px;
}
#pbzoombtn {
	width: 74px;
	background-position: -263px 0;
	float: left;
}
#pbzoombtn.pbgreyed {
	background-position: -74px 0;
}
#pbzoombtn.pbzoomed {
	background-position: 0 0;
}
#pbleftbtn {
	background-position: -159px 0;
	width: 64px;
	float: left;
}
#pbrightbtn {
	background-position: -377px 0;
	width: 64px;
	float: right;
}

/* www.jq22.com */