/* SLIMBOX */

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

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;

}

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

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

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

#lbPrevLink {
	left: 25px;
}

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

#lbNextLink {
	right: 25px;
}

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

#lbBottom {
	font-size: 0.85em;
	color: #666;
	padding: 10px 0 0 0;
	line-height: 1.7em;
	text-align: left;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 36px;
	height: 25px;
	background: transparent url(../images/close.png) no-repeat center;
	margin:-3px 0 0 0;
	outline: none;
}


#lbCaption {
	color: #aaa;
	font-size: 1.2em;
}
