/* 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;
}
#lbCenter {
	background-color: #fff;
}

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

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

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

#lbPrevLink {
	left: 0;
}

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

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(i_next.gif) no-repeat 100% 15%;
}	
/*#lbNextLink:hover, #lbPrevLink:hover {
	opacity: .50; 
	filter: alpha(opacity=50); 
	-ms-filter: "alpha(opacity=50)";
	-khtml-opacity: .50; 
	-moz-opacity: .50;
}*/
#lbBottom {
	color: #FFFFFF;
	background: transparent ;
	border-left: solid;
	border-top:none;
	border:none;
	text-align:left;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 50px;
	height: 20px;
	background: transparent url(i_close.gif) no-repeat right bottom;
	margin: 0px;
	outline: none;
}
#lbCaption {
	font: 12px/16px Arial;
	font-weight: bold;
	padding-top:4px;
}
#lbNumber {
	font: 11px/14px Arial;
	color: #999999;
}



