/* SLIMBOX */

#lbOverlay {
	position: absolute;

	left: 0;
	width: 100%;
	background-color: #CAADA4;
	cursor: pointer;
}

#lbCenter  {
	background-color: #fff;
}


#lbCenter, #lbBottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	z-index:9000;
}

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

#lbImage {
}

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

#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: #333;
	text-align: left;
	padding: 4px 0;
	background-color: #fff;
	min-height:20px;
}

a#lbCloseLink {
	display: block;
	padding:0;
	float: right;
	width: 30px;
	height: 30px;
	background: transparent url(closebox.png) left no-repeat;
	margin: 0 10px;
}

a:hover#lbCloseLink {
	background: transparent url(closebox.png) right no-repeat;
}

#lbNumber {
display:none;
}

#lbCaption {
	margin:10px 0 0 10px;
}

#lbCaption {
	font-weight: bold;
	float:left;
	margin-right:10px;
}
