/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background: #000000 url(black.jpg);
	cursor: pointer;
	z-index: 30;
}

#lbCenter, #lbBottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #444;
	z-index: 31;
}

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

#lbImage {
	border: 10px solid #444; 
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	opacity:.35;
	filter: alpha(opacity=35); 
	-moz-opacity: 0.35; 
}

#lbPrevLink {
	left: 0;
}

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

#lbNextLink {
	right: 0;
}

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

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	display: block;
	font-size: 10px;
	color: #fff;
	line-height: 35px;
	text-align: center;
	border: 10px solid #444; 
	border-top-style: none;
	opacity:.95;
	filter: alpha(opacity=95); 
	-moz-opacity: 0.95; 
}

#lbCloseLink {
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	right: 0;
	background: black url(closebg.png) no-repeat center;
	border: 1px solid #fff;
}

#lbCaption, #lbNumber {
}

#lbCaption {
}

