/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #000;
 	border : 6px solid #2c042f;
}
#lbCenter {
	border-bottom: none;
}

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 30px solid #000;
	border-bottom: none;
	background-repeat: no-repeat;
}

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

#lbPrevLink {
	left: 10px;
	background: transparent url(../../images/pagegraphics/af-prevbw.png) no-repeat 0 70px;
}

#lbPrevLink:hover {
	background: transparent url(../../images/pagegraphics/af-prevbw.png) no-repeat 0 70px;
/*	background: transparent url(prevlabel.gif) no-repeat 0 15%;  */
}

#lbNextLink {
	right: 10px;
	background: transparent url(../../images/pagegraphics/af-nextw.png) no-repeat 100% 70px;
}

#lbNextLink:hover {
	background: transparent url(../../images/pagegraphics/af-nextw.png) no-repeat 100% 70px;
/*	background: transparent url(nextlabel.gif) no-repeat 100% 15%;  */
}

#lbBottom {
	font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;
	font-size: 12pt;
	font-weight : bold;
	color: #FFF;
	line-height: 1.4em;
	text-align: center;
	border: 30px solid #000;
	border-top: 20px solid #000;
}

#lbCloseLink {
	position :  absolute;
	top : -25px;
	right :-22px;
	display: block;
/*	float: right;  */
	width: 66px;
	height: 22px;
/*	background: transparent url(closelabel.gif) no-repeat center;  */
	background: transparent url(../../images/pagegraphics/af-closep.png) no-repeat right;

	outline: none;
}

#lbCaption, #lbNumber {
/*	margin-right: 71px;  */
}

#lbCaption {
	font-weight: bold;
}

#lbNumber {
  padding-top:20px;
  font-size : 10px;
}