/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: transparent;
	cursor: pointer;
	z-index: 20000;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 20010;
	top:117px;
	left: 101px;
}

#lbCenter
{
	background-image: url(../../../img/slimbox_bg.png);
	background-repeat:no-repeat;
/*	width:1020px !important;
	height:525px !important;*/ 
	display:block; 
			/*border: 1px solid #646464;
				border-bottom:0px;
			background-color:white;*/
			padding:35px 40px 0 39px;
			background-color: transparent !important;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: relative;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	/*margin:25px 25px 0px 25px;*/
	
	width:968px !important;
	height:495px !important;
	/*overflow:hidden;*/
	margin:0 auto 0;
	background-position:center center;

}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	height:100%;
}

#lbPrevLink {
position:absolute;
	left: -15px;
	background: transparent url(prevlabel.png) no-repeat 0% 230px;	
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.png) no-repeat 0% 230px;
}

#lbNextLink {
position:absolute;
	right: -15px;
	background: transparent url(nextlabel.png) no-repeat 100% 230px;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.png) no-repeat 100% 230px;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #7e7e7e;
	text-align: right;
	padding: 0 40px 20px 39px;
	height:20px !important;
	overflow:hidden;
	width: 1132px !important;
	background-image: url(../../../img/slimbox_bg_bottom.png);
	background-repeat:no-repeat;
	top:530px;
	position: absolute;
}

#lbCloseLink {
  position:absolute;
	display: table;
	z-index:-1;
	float: right;
	width: 32px;
	height: 32px;
	background: transparent url(closelabel.png) no-repeat center;
	right:0;
	top:0;
}

#lbCaption, #lbNumber {
	padding-top:0px;
	float:right;
position:absolute;
right:0px;
	margin-top:0px;
	margin-right: 27px;
}

#lbCaption {
	padding-top:0px;
	margin-top:0px;
	font-weight: bold;
}

