/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 8999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #333333;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9001;
	overflow: visible;
	border: 0px;
	padding: 10px;
	background: transparent url(../../../images/layout/bg_content.jpg) repeat left bottom;
}

#lbBottomContainer {
	overflow: hidden;
	z-index: 9000;
	margin-top: 10px;
	background: transparent url(../../../images/layout/bg_content.jpg) repeat left top;
}

.lbLoading {
	background: transparent url(loading.gif) no-repeat center;
	border: 0px;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9990;
	margin: 10px;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	border: 0px;
}

#lbPrevLink {
	cursor: pointer;
	background: transparent url(../../../images/layout/bg_glider_previous.png) no-repeat left 80%;
	left: -50px;
}

#lbPrevLink:hover {
	background: transparent url(../../../images/layout/bg_glider_previous_over.png) no-repeat left 80%;
	border: 0px;
	text-decoration: none;
}

#lbNextLink {
	cursor: pointer;
	background: transparent url(../../../images/layout/bg_glider_next.png) no-repeat right 80%;
	right: -50px;
}

#lbNextLink:hover {
	background: transparent url(../../../images/layout/bg_glider_next_over.png) no-repeat right 80%;
	border: 0px;
	text-decoration: none;
}

#lbBottom {
	display: block;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	text-align: left;
	z-index: 9000;
	vertical-align: center;
	border-top-style: none;
}

#lbClose {
	display: block;
	position: absolute;
	z-index: 9999;
	top: -30px;
	right: -30px;
	width: 40px;
	height: 40px;
	background: transparent url(../../../images/layout/bg_glider_close.png) no-repeat center;
	margin: 0px;
	outline: none;
	border: 0px;
	cursor: pointer;
}

#lbClose:hover {
	background: transparent url(../../../images/layout/bg_glider_close_over.png) no-repeat center;
	border: 0px;
	text-decoration: none;
}

#lbCaption {
	font-weight: bold;
	margin-bottom: 5px;
}