/* www.jq22.com */
html,body{position: relative;}

#pbOverlay, #pbImage, #pbBottom, #pbCloseBtn {
	position: fixed;
	z-index: 999999999;
}
#pbOverlay {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	cursor: pointer;
	z-index:99999;
}
#pbCloseBtn {
	top: 0;
	right: 0;
	display: block;
	width:25px;
	height:25px;
	background: url(../images/icon.png) -512px -396px no-repeat;
}
.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;
    border:15px solid #ffffff;
}
.mobile #pbImage,.ipad #pbImage{
    position:absolute;
    width: 80% !important;
    left: 10% !important;
    height: auto !important;
}
.mobile #pbBottom{width:100% !important}
#pbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	left: 50%;
	z-index:999999999;
}
#pbCaption {display:none;
	font-weight: bold;
	padding: 4px;
	zoom: 1;
}
#pbNav {
	display: block;
	width: 100%;
	height: 70px;
	margin: auto;
	
}
#pbPrevBtn, #pbNextBtn, #pbZoomBtn, #pbLeftBtn, #pbRightBtn {
	display: inline-block;
	height: 70px;
	outline: none;
	text-indent: -9000px;
	background: url(../images/icon.png) no-repeat;
}
#pbPrevBtn {
	background-position: -419px -492px;
	width: 70px;
	float: left;
}
#pbPrevBtn.pbgreyed {
	background:none;
}
#pbNextBtn {
	background-position: -419px -397px;
	width: 70px;
	float: right;
}
#pbNextBtn.pbgreyed {
	background:none;
}
#pbZoomBtn {
	width: 74px;
	background-position: -263px 0;
	float: left;
	display:none;
}
#pbZoomBtn.pbgreyed {
	background-position: -74px 0;
}
#pbZoomBtn.pbzoomed {
	background-position: 0 0;
}
#pbLeftBtn {
	background-position: -159px 0;
	width: 64px;
	float: left;
	display:none;
}
#pbRightBtn {
	background-position: -377px 0;
	width: 64px;
	float: right;
	display:none;
}

/* www.jq22.com */
.Dimm {position:absolute; left:0; top:0; width:100%; height:100%; z-index:4; background-color:#000; opacity:0; filter:alpha(opacity=0); transition:all 0.3s;}
.Zoom {display:none;position:absolute; left:50%; top:120%; margin-top:-18px; margin-left:-18px; z-index:5; width:36px; height:37px;background:url(../images/icon.png) -316px -519px no-repeat;transition:all 0.3s;}
a:hover .Dimm {opacity:0.6; filter:alpha(opacity=60);}
a:hover .Zoom {display:block;top:50%;}

#pbImage{display: block;height: 500px;background: #e60027}
.imgBxo{height: 100px ;width: 100px;background: #ffffff;}

.map #main a{margin: 5px}
.map .pic{padding: 15px;}
