/* 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: #000;
}

.lbLoading {
	background: #fff url(images/anpce_mark_color.svg) no-repeat center;
	background-size: 40px 60px;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 15px solid #000;
	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/anpce_gallery_prev.svg) no-repeat 0 15%;
	background-size: 52px 36px;
}

#lbNextLink {
	right: 0;
}

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

#lbBottom {
	font: normal .9375em "Athelas Regular", times, serif;
	color: #fff;
	line-height: 1.5em;
	text-align: left;
	border: 15px solid #000;
	border-top-style: none;
}

#lbCloseLink {
	font: normal 1.25em "Cheap Pine Sans", arial, sans-serif;
	text-transform: uppercase;
    color: #fff;
	margin: 0;
	padding: 5px 15px;
	background-color: transparent;
	border: 2px solid #dd6756;
    cursor: pointer;
	transition: all .25s ease-in-out;
    box-sizing: border-box;
    display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	position: absolute;
	right: 15px;
	bottom: 15px;
}

#lbCloseLink:hover {
	color: #fff;
	background-color: #dd6756;
    border: 2px solid transparent;
}

#lbCaption {
	width: 75%;
}

#lbPurchaseLink {
	font: normal 1.25em "Cheap Pine Sans", arial, sans-serif;
	text-transform: uppercase;
    color: #fff;
	margin: 0;
	padding: 5px 15px;
	background-color: transparent;
	border: 2px solid #dd6756;
    cursor: pointer;
	transition: all .25s ease-in-out;
    box-sizing: border-box;
    display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	position: absolute;
	top: 0;
	right: 15px;
}

#lbPurchaseLink:hover {
	color: #fff;
	background-color: #dd6756;
    border: 2px solid transparent;
}