/* PICBOX */
#pbOverlay, #pbImage, #pbBottom, #pbCloseBtn, #pbNav, #pbZoomBtn {
	position: fixed;
	z-index:9999;
}

#pbOverlay {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
    background: #000;
	cursor: pointer;
}

#pbCloseBtn {
	top: 0px;
	right: 0px;
	display: block;
	width: 50px;
	height: 50px;
	background: url(../img/modules/picbox/closebutton1.png) no-repeat top left;
	cursor: pointer;
}

.pbLoading {
	background: #000 url(../img/modules/picbox/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: Arial, "Arial Hebrew", Geneva, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #dadada;
	line-height: 1.5em;
	left: 50%;
	bottom: 0px;
	width: 920px;
	margin-left: -460px; /* half the width */
	_left:460px;
}

#pbCaption {
	text-align:right!important;
	width:760px;
	height:100px;
	font-weight: normal;
	padding: 15px 80px;
	display: inline-block;
	*display: inline; /* IE 7 */	
	zoom: 1;
	background-color: rgba(0,0,0,0.7);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#B0000000, EndColorStr=#B0000000);
	*margin-left: -920px;
	_margin: 0px;
}

#pbNav {
	display: block;
	width: 920px;
	height: 65px;
	margin: auto;
}

#pbPrevBtn, #pbNextBtn/*, #pbZoomBtn*/  {
	display: inline-block;
	width: 70px;
	height: 65px;
	outline: none;
	text-indent: -9000px;
	background: url(../img/modules/picbox/navbtns.png) no-repeat;	
	margin-top: -130px;
	*margin-top:0px;
}

#pbPrevBtn {
	background-position: -70px 0;
	float: left;
}

#pbPrevBtn.pbgreyed {
	background-position: 0 0;
}

a#pbPrevBtn:hover {
	background-position: -141px 0;
	float: left;
}
a#pbPrevBtn.pbgreyed:hover {
	background-position: 0 0;
}

#pbNextBtn {
	background-position: -279px 0;
	float: right;
	/*margin-top:-15px;*/
}

#pbNextBtn.pbgreyed {
	background-position: -349px 0;
	/*margin-top:-15px;*/
}

a#pbNextBtn:hover {
	background-position: -209px 0;
	float: right;
	/*margin-top:-15px;*/
}

a#pbNextBtn.pbgreyed:hover {
	background-position: -349px 0;
	/*margin-top:-15px;*/
}

#pbZoomBtn {
	top: 0px;
	right: 50px;
	display: block;
	width: 50px;
	height: 50px;
	background: url(../img/modules/picbox/zoombtn.png) no-repeat;
	cursor: pointer;
}

#pbZoomBtn {
	background-position: right 0px;
}

#pbZoomBtn.pbzoomed {
	background-position: right -50px;
}

/* #pbZoomBtn {
	width: 60px;
	background-position: -140px 0;
	float: left;
}

#pbZoomBtn.pbgreyed { 
	background-position: -200px 0;
}

#pbZoomBtn.pbzoomed {
	background-position: -260px 0;
}*/

/* END PICBOX */
