/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 999999999;
}
#imageGalleryBG {
	width:711px;
	background-repeat:no-repeat;
	height:211px;
	position:absolute;
	z-index:-1;
}
#imageGalleryHeader {
	font-size:22px;
	line-height:24px;
	padding-left:60px;
	padding-top:25px;
}

#lbCenter, #lbBottomContainer {
	z-index: 9999999999;
	position: absolute;
	left: 50%;
	background-color: #fff;
}
#lbBottomContainer {
width:711px;
margin-top:-65px;
min-height:50px;
}
#lblCenter {
width:711px;
}
/* Commented by doze, generated in javascript
.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}*/


#lbImage {
	background-repeat: no-repeat;
	background-position:50% 25px;
	position:absolute;
	top:45px;
	left:0px;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top:8px;
	width: 37px;
	outline: none;
}

#lbPrevLink {
	left: 15px;
}

/* Commented by doze, generated in javascript
#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}*/

#lbNextLink {
	right: 15px;
}
#lbPrevLink {background:transparent url(../images/prevlabel.gif) no-repeat 0% 15%;}
#lbPrevLink:hover {background:transparent url(../images/prevlabel.gif) no-repeat 0% 15%;}
#lbNextLink {background:transparent url(../images/nextlabel.gif) no-repeat 100% 15%;}
#lbNextLink:hover {background:transparent url(../images/nextlabel.gif) no-repeat 100% 15%;}
/* Commented by doze, generated in javascript
#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}*/

#lbBottom {
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #ffffff;
	border-top-style: none;
	background-color:#ffffff;
	margin-left:50px;
	margin-right:200px;
	
}

#lbCloseLink {
	position:absolute;
	display:block;
	top:9px;
	right:10px;
	width:78px;
	height:35px;
	text-indent:-9999em;
	outline:0;
}

#lbCaption {
	margin-right: 0px;
	min-height:15px;
}


#lbNumber {
position:absolute;
top:0;
right:60px;
text-align:right;
font-weight:bold;
}
