/* 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: rgba(0,0,0,.9);*/
	background-color: rgba(46,41,35,.75);
}

.lbLoading {
	background: rgba(46,41,35,.75) url(images/cwd_caliper_alt.svg) no-repeat center;
	background-size: 37px 60px;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	/*border: 15px solid rgba(0,0,0,0);*/
	border: 15px solid transparent;
	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/cwd_gallery_previous.svg) no-repeat 0 15%;
	background-size: 50px 30px;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/cwd_gallery_next.svg) no-repeat 100% 15%;
	background-size: 50px 30px;
}

#lbBottom {
	font: normal .85em "Raleway Regular", arial, sans-serif;
	color: #d9be87;
	text-align: left;
	/*border: 15px solid rgba(0,0,0,.9);*/
	border: 15px solid transparent;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 50px;
	height: 30px;
	background: transparent url(images/cwd_gallery_close.svg) no-repeat center;
	background-size: 50px 30px;
	margin: 0;
	outline: none;
}

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

#lbCaption {
	font-weight: bold;
}