/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999999998;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(34, 34, 34, 0.35);
	cursor: pointer;
	opacity:1
}

#lbCenter, #lbBottomContainer {
	position: fixed;
	z-index: 9999999999;
	/* overflow: hidden; */
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

	#lbPrevLink:hover {
	}

#lbNextLink {
	right: 0;
}

	#lbNextLink:hover {
	}

#lbBottom {
	font-size: 12px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 50px;
	height: 29px;
	background: transparent url(/images/closelabel.png) no-repeat center;
	margin: 5px 0;
	outline: none;
	position: absolute;
	top: -34px;
	z-index: 99999999;
	right: 0px;
	background-color: #fff;
}

#lbCaption {
    font-weight: bold;
    text-align: center;
    font-size: 17px;
    margin-top: -16px;
}

#lbCaption {
	font-weight: bold;
}

@media only screen and (max-width: 860px) {
	#lbImage {
		position: absolute;
		left: 0;
		top: 0;
		border: 10px solid #fff;
		background-repeat: no-repeat;
		width: 100%;
		right: 0;
		background-size: contain;
		height: 444px;
		background-color: #fff;
		max-height: 444px;
	}

	#lbCenter {
		top: 82px !important;
		width: auto !important;
		height: auto !important;
		margin-left: 0 !important;
		left: 7px !important;
		right: 7px !important;
	}

	#lbBottomContainer {
		left: 7px !important;
		width: auto !important;
		top: 526px !important;
		margin-left: 0 !important;
		right: 7px !important;
	}
}
