/* SLIMBOX */

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

#lbCenter {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
	padding: 0px;
	
}

#lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background: url(../img/zoom_bottom_bg.jpg) repeat-x;
	padding: 0px;
	height:34px;
	
}

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

#lbImage {
	/* position: absolute;*/
	left: 0px;
	top: 0px;
	border: 0px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	top: 0;
	float: left;
	outline: none;
}

#lbPrevLink {
	border: 0px;
	height: 34px;
	width: 78px;
	background: url('../img/zoom_prev.jpg') no-repeat;
}

#lbPrevLink:hover {
	
}

#lbNextLink {
	right: 0;
	border: 0px;
	height: 34px;
	width: 78px;
	background: url('../img/zoom_next.jpg') no-repeat;
}

#lbNextLink:hover {
	
}

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

#lbCloseLink {
	margin-left: 0px;
	margin-bottom: 0px;
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent ;
	outline: none;
	position: absolute;
	top: 2px;
	right: 0px;
	margin-right: 10px;
	margin-top: 2px;
	z-index: 9999;
}


#lbCaption{
text-overflow: ellipsis;
font-size: small;
float: left;
height: 34px;
background-color: #a9a9a9;
color: #FFFFFF;
font-weight: normal;
} 

#lbNumber {
line-height: 30px;
text-align: center;
background: #fff url(../img/zoom_counter.jpg) no-repeat center;
color: #ffffff;
width: 70px;
height: 34px;
float: left;
font-size: small;


}



