/* SLIMBOX */

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

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	background-color: #fff;
}

#lbBottomContainer {
	background: #fff url(../_img/gallery_br_bg.gif) bottom right no-repeat;
	padding: 0 10px 0 0;
}
#lbCenter {
	background: #fff url(../_img/gallery_tl_bg.gif) top left no-repeat;
}
.lbLoading {
	background: #fff url(../_img/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 10px;
	top: 10px;
	border-right: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbLoading {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 24px;
	background: #fff url(../_img/loading.gif) no-repeat center;
}
#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../_img/gallery_left.gif) no-repeat 10% 50%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../_img/gallery_right.gif) no-repeat 90% 50%;
}

#lbBottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	background: #fff url(../_img/gallery_bl_bg.gif) bottom left no-repeat;
	padding: 10px 0 10px 10px;
}

#lbCloseLink {
	display: block;
	width: 28px;
	height: 30px;
	position: absolute;
	top:-23px;
	right: -23px;
	background: transparent url(../_img/gallery_close.gif) no-repeat center;
}

#lbCaption, #lbNumber {
	margin: 0;
	background: #efefef;
	color: #333;
	height: 30px;
	line-height: 30px;
}
#lbCaption {
	margin: 0 0 -40px 50px;
	background: #efefef;
	color: #333;
}
#lbNumber {
	font-weight: bold;
	width: 50px;
	text-indent: 10px;
	margin-top: 10px;
}
