/* SLIMBOX */
#lbOverlay {
	position: absolute;
	z-index: 1;
	left: 0;
	width: 100%;
	background: #111 url(bg_noise.png);
	cursor: pointer;
	}
#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	z-index: 3;
	margin-top:0px;
	}
#lbCenter {
	background: #f1f1f1;
	}
.lbLoading {
	background: url(loading.gif) no-repeat top center;
	}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	}
#lbPrevLink {
	left: 0;
	}
#lbPrevLink:hover {
	background: transparent url(prevlabel.png) no-repeat 0% 10%;
	}
#lbNextLink {
	right: 0;
	}
#lbNextLink:hover {
	background: transparent url(nextlabel.png) no-repeat 100% 10%;
	}
#lbBottomContainer {
	background: #000;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	}
#lbBottom {
	font-family: "lucida grande", geneva, arial, sans-serif;
	font-size: 10px;
	color: #999;
	text-align: left;
	}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 38px;
	background: transparent url(closelabel.png) no-repeat center;
	outline: none;
	margin-right: 15px;
	padding-top: 25px;
	}
#lbCaption {
	color: #bebebe;
	margin-right: 86px;
	padding-left: 15px;
	padding-top: 15px;
	text-shadow: none;
	}
#lbNumber {
	font-size: 9px;
	color: #fff;
	padding-bottom: 15px;
	padding-top: 5px;
	text-shadow: none;
	margin-right: 86px;
	padding-left: 15px;
	}	