/* SLIMBOX */

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

 #lbBottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	border: #CCCCCC 0px solid;
	}
#lbCenter {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: transparent;
	border: #CCCCCC 0px solid;
	

	
}


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

#lbImage {
	border: 0px solid #fff;
}

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

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: left;
	border:none;
	border-top-style: 0px solid #CCCCCC;
	margin-top:40px;

	
}

#lbCloseLink {

	float:right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	z-index:2000;
	border:0px solid #000000;
	text-align:right;
	margin-left:10px;
	}
	

#newcloselink {width:200px; height:100px; background: transparent url(closelabel.gif) no-repeat center; }

#lbCaption {

	
	border-top:0px solid #CCCCCC;
	text-align:left;
	margin-left:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:20px;
	width:100%;
	font-size:11px;
	color:#000000
	
	

}
#lbNumber {display:block; text-align:right; display:none}



}


