/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	cursor: pointer;
}

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

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	/* ow | for slimbox fix */
	margin-top: 46px;
	padding-bottom: 46px;
}

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

#lbPrevLink {
	left: 20px;
	/* ow | 2014-03-26 | relative to get the arrows always on the right position :) */
	/*background: transparent url(/img/icons/galleryNavLeft.png) no-repeat 0 230px;*/
	background: transparent url(/img/icons/galleryNavLeft.png) no-repeat 0 50%;
}

#lbPrevLink:hover {
	/* ow | 2014-03-26 | relative to get the arrows always on the right position :) */
	/*background: transparent url(/img/icons/galleryNavLeftHover.png) no-repeat 0 230px;*/
	background: transparent url(/img/icons/galleryNavLeftHover.png) no-repeat 0 50%;
}

#lbNextLink {
	right: 20px;
	/* ow | 2014-03-26 | relative to get the arrows always on the right position :) */
	/*background: transparent url(/img/icons/galleryNavRight.png) no-repeat 100% 230px;*/
	background: transparent url(/img/icons/galleryNavRight.png) no-repeat 100% 50%;
}

#lbNextLink:hover {
	/* ow | 2014-03-26 | relative to get the arrows always on the right position :) */
	/*background: transparent url(/img/icons/galleryNavRightHover.png) no-repeat 100% 230px;*/
	background: transparent url(/img/icons/galleryNavRightHover.png) no-repeat 100% 50%;
}

#lbBottom {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	padding-left: 20px;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 114px;
	height: 46px;
	background: transparent url(/img/icons/lightboxClose.png) no-repeat center;
	outline: none;
}

#lbNumber {
	padding: 20px 0;
}
#lbCaption, #lbNumber {
	margin-right: 125px;
}

#lbCaption {
	font-weight: bold;
}
