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

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid transparent;
	background-repeat: no-repeat;

}


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

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover:before {
/*	background: transparent url(prevlabel.gif) no-repeat 0 15%;
    
	background: transparent url(./icons/faa6bce.svg) no-repeat 0 15%;*/
	content: "\25c2";
    height: inherit;
    font-style: normal;
    font-family: "entypo";
    text-decoration: none;
    zoom: 1.5;
    color: #000;
    position: absolute;
    top: 10%;
    left: 0%;
    padding: 5px 20px 0 20px;
    width: 30px;
    height: 50px;
    background-color: #fff;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover:before {
	/*background: transparent url(nextlabel.gif) no-repeat 100% 15%;*/
	content: "\25b8";
     height: inherit;
    font-style: normal;
    font-family: "entypo";
    text-decoration: none;
    zoom: 1.5;
    color: #000;
    position: absolute;
    top: 10%;
    right: 0%;
    padding: 5px 20px 0 20px;
    width: 30px;
    height: 50px;
    background-color: #fff;
}
.icon-cancel.icon-left a:before, .icon-cancel.icon-right a:after, i.icon-cancel:before { content: "\2715"; height: inherit; }


#lbBottom {
	font-family: MuseumSans, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight:normal;
	color:#000;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	/*background: transparent url(closelabel.gif) no-repeat center;*/
	margin: 0px 0;
	outline: none;
}
a#lbCloseLink:after{
 content: "\2715"; 
 height: inherit; 
 font-family: "entypo"; 
 font-size: 16px; 
 float: right;
 line-height: 0.8rem;
}

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

#lbCaption {
	font-weight: normal;
}

#lbCenter, #lbBottomContainer {
position: absolute;
z-index: 9999;
overflow: hidden;
 background-color: transparent; 
padding-top: 0px;
}
#lbBottom {
font-family:MuseumSans, Helvetica Neue, Helvetica, Arial, sans-serif; 
font-weight:normal;
color:#000;
line-height: 0.5em;
text-align: left;
border: 10px solid transparent;
border-top-style: none;
}

#lbOverlay {
background-color: #fff;
}