/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	padding:15px 0 0 0;
	
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	 
 
	display: block; float:left; margin:73% 0 0 0;
	outline: none;
}

#lbPrevLink { 
      width:63px; height:32px; background:  url(../img/prevlabel.gif) no-repeat; z-index:999;   

}

#lbNextLink {
      width:63px; height:32px; background:  url(../img/nextlabel.gif) no-repeat; z-index:999;  
}



#lbBottom {
    height:30px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
	z-index:10;
}

#lbCloseLink {
   
    top:10; 
    
    
	display: block;
	float: right;
	width: 209px;
	height: 22px; 
	background: transparent url(../img/closelabel.gif) no-repeat center;
	
}

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

#lbCaption {
	font-weight: bold;
}