/* SLIMBOX */

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

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

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #fff;
	border-bottom-style: none;
	background-repeat: no-repeat;
}

#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 50%;
	_background: transparent url(prevlabel.gif) no-repeat 0 50%;
}

#lbNextLink {
	right: 0;
}

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

#lbBottomContainer {
	background: url(bg_topInnerShadow.png) repeat-x top center;
}
	
	
#lbBottom {
	text-align: left;
	border: 1px solid #fff;
	border-top-style: none;
	/*min-height: 100px;*/
	background-color: #fff;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 17px;
	height: 17px;
	background: transparent url(/web_assets/v5/icons/icon_close.png) no-repeat center;
	margin: 10px 9px 10px 10px;
	margin-top: 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin: 10px 37px 10px 10px;
}

#lbCaption {
}

