/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 20;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	z-index: 21;
	background-color: #FFFFFF;
	font-size: 1.2em;
}

#lbBottomContainer {
	background: #FFFFFF url(../images/bkgnd_content_wrapper.gif) no-repeat right bottom;
}

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

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

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

#lbPrevLink {
	left: -9px;
}

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

#lbNextLink {
	right: -9px;
}

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

#lbBottom {
	padding: 10px;
	overflow: hidden;
}

a#lbCloseLink,
a#lbCloseLink:visited {
	float: right;
}


#lbNumber {
	width: 100px;
	height: 30px;
	line-height: 30px;
	float: left;
}

#lbCaption {
	
}
