/* SLIMBOX */

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

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 7000;
	overflow: hidden;
	background-color: #fff;
}

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	margin: 10px;
	margin-top: 30px;
}

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

#lbPrevLink {
	left: 0;
}

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

#lbNextLink {
	right: 0;
}

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

#lbBottom {
	color: #666;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
 	margin-top: -10px;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 40px;
	height: 22px;
	background: transparent url(/img/icons/close.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbNumber {
text-align: right;

}
