/* SLIMBOX */

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

#lbCenter {
    margin-top:-50px;
    padding:40px 20px;
}

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

.lbLoading {
	background: #fff url(../../images/loading.gif) no-repeat 50% 54%;
}

#lbImage {
	position: absolute;
	left: 20px;
	top: 40px;
    border:none;
    background-position:50% 55%;
	background-repeat: no-repeat;
}

#lbImage,
#lbImage > div {
    width: 725px !important;
    height: 680px !important;
    display: block !important;
}

#lbPrevLink, #lbNextLink {
    display: none;
    position: absolute;
    top: -40px;
    width:20px;
    outline: none;
    padding:20px 0;
    height:720px !important;
    background:url(../../images/bkg_lightbox-control.png) 0 50% no-repeat;
}

.lbLoading #lbImage {
    background-image:none !important;
}

.lbLoading #lbPrevLink,
.lbLoading #lbNextLink {
    display: inline !important;
}

.shown_prev {
    padding-right:37px !important;
}

.shown_next {
    position:relative;
}

.shown_next:before,
.shown_next .before {
    position:absolute;
    left:-17px;
    top:0;
    width:17px;
    height:760px;
    background:#ECECEC;
    content:'';
}

.shown_none {
    padding:40px !important;
}

.shown_none #lbImage {
    left:40px;
}

#lbPrevLink { left:-40px; background-position:-40px 50%; }
#lbPrevLink:hover { background-position:-60px 50%; }
#lbNextLink { right:-40px; background-position:0 50%; }
#lbNextLink:hover { background-position:-20px 50%; }

#lbBottom { display:none; }

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	margin: 5px 0;
	outline: none;
}

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

#lbCaption {
	font-weight: bold;
}
