/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: /* #0E0E12 */ #3d4657;
	cursor: pointer;
}

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

#lbCenter {
	background: #6b7385;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}

#lbBottomContainer {
	background: transparent;
}

.lbLoading {
	background: transparent url(../images/loading.png) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	/* border: 10px solid #0E0E12; */
	background-repeat: no-repeat;
}

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

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/lb-prev.png) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/lb-next.png) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #aaa;
	line-height: 1.4em;
	text-align: left;
	background: url(../images/lb-bottom4.png) repeat-x;
	/* border: 10px solid #222; */
	border: none;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

#lbNumber {
	padding: 10px;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 65px;
	height: 33px;
	background: transparent url(../images/close-btn4.png) no-repeat center;
	margin: 5px 5px 5px 0;
	outline: none;
}

#lbCloseLink:active {
	background: url(../images/lb-close-pressed.png) no-repeat center;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
