/* @override http://localhost:3000/static/css/slimbox.css */

/* @override http://127.0.0.1:3000/static/css/slimbox.css */

/* @override http://127.0.0.1:3000/static/css/slimbox.css */

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #222;
	cursor: pointer;
	border-style: none;
}

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

#lbBorder {
	background-color: white;
	position: absolute;
	opacity: 0.3;
	width: 100%;
	height: 100%;
}

#lbIframe {
	z-index: 9998;
	height: 1px;
	width: 1px;
	position: absolute;
	top: 0;
	left: 0;
	filter: mask();
}

.lbLoading {
	background: url(lbLoading.png) no-repeat center;
}

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

#lbNextImage {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	outline: none;
}

#lbPrevLink, #lbNextLink {
	display: block;
	float: right;
	width: 66px;
	height: 46px;
	outline: none;
	margin: 4px 0 5px;
}

#lbPrevLink {
	left: 0;
	background: transparent url(lbButtons.png) no-repeat 5px 3px;
}

#lbPrevLink:hover {
	background: transparent url(lbButtons.png) no-repeat 5px -59px;
}

#lbNextLink {
	right: 0;
	background: transparent url(lbButtons.png) no-repeat -61px 3px;
}

#lbNextLink:hover {
	background: transparent url(lbButtons.png) no-repeat -61px -59px;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	line-height: 1.4em;
	text-align: left;
	border-top-style: none;
	height: 54px;
	opacity: 0.8;
	background: #333 url(lblogo.png) no-repeat 7px 8px;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 46px;
	background: transparent url(lbButtons.png) no-repeat -127px 3px;
	outline: none;
	margin: 4px 7px 5px 0;
}

#lbCloseLink:hover {
	background: transparent url(lbButtons.png) no-repeat -127px -59px;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
	margin-left: 67px;
	padding-top: 1px;
	margin-top: 0;
}

#lbCaption {
	font-weight: bold;
	padding-top: 11px;
}
