.clear {
    clear: both;
    display: block;
    height: 0;
}
.b2j_alfheim_gallery_pro{
	position:relative;
	z-index:0;
}
.b2j_alfheim_gallery_pro_main_container .b2j_alfheim_gallery_pro_container_overflow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.b2j_alfheim_gallery_pro_main_container a {
   outline: 0;
}
.b2j_alfheim_gallery_pro_main_container{
	display:block;
	text-align: center;
	position:relative;
	margin:0 auto;
}

.b2j_alfheim_gallery_pro_container{
	visibility:hidden;
}
.b2j_alfheim_gallery_pro_main{
	display:block;	
}

.b2j_alfheim_gallery_pro_main img{
	width:100%;
	height:100%;
	display:block;
}
.b2j_alfheim_gallery_pro_main li{
	position:absolute;
	list-style: none;
	display:block;
	overflow:hidden;
	z-index:10;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}

.b2j_alfheim_gallery_pro_lightbox{
	z-index:-1;
}
.b2j_alfheim_gallery_pro_lightbox_container{
	display: block;
	width:75%;
	height:60%;
	margin:0 auto;
	position:relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.b2j_alfheim_gallery_pro_lightbox_container>ul li{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.b2j_alfheim_gallery_pro_lightbox_container img{
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	padding:10px;
	background:#FFF;
	-webkit-box-shadow:  0px 0px 3px 1px rgba(0, 0, 0, 0.3);
	box-shadow:  0px 0px 3px 1px rgba(0, 0, 0, 0.3);
}
.b2j_alfheim_gallery_pro_lightbox_thumbnails{
	display:block;
	width:100%;
	margin:0 auto;
	position:relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.b2j_alfheim_gallery_pro_lightbox_thumbnails ul{
	display:block;
	position:absolute;
	margin:0 !important;
	padding:0 !important;
}
.b2j_alfheim_gallery_pro_lightbox_thumbnails ul li{
	list-style:none;
	float:left;
	margin: 0 !important;
}
.b2j_alfheim_gallery_pro_lightbox_thumbnails ul li img{
	border: 1px solid #d7d7d7 !important;
	background: #fff;
	padding: 3px;
	-webkit-box-shadow:  0px 0px 3px 1px rgba(0, 0, 0, 0.3);
	box-shadow:  0px 0px 3px 1px rgba(0, 0, 0, 0.3);
}
.b2j_alfheim_gallery_pro_lightbox_container li img{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
}

.b2j_alfheim_gallery_pro_lightbox_container .social_share{
	position: absolute;
	display: block;
    left: -16%;
	width:163px;
	overflow:hidden;
    top: 25%;
	margin-left: 43px;
    margin-top: -45px;
    z-index: 1000;
}
.b2j_alfheim_gallery_pro_lightbox_container .social_share ul{
	display:block;
	width: 163px;
	list-style:none;
	padding: 0px !important;
	margin: 0px;
}
.b2j_alfheim_gallery_pro_lightbox_container .social_share ul li{
	float:left;
}
.b2j_alfheim_gallery_pro_lightbox_container .social_share ul li a{
	display:block;
	width:40px;
	height:40px;
	z-index:10000;
}
.b2j_alfheim_gallery_pro_lightbox_container .social_share ul li.f a{
	background: url("fb.png") no-repeat center;
	width:40px;
	height:40px;
	border-right:1px solid #9a9a9a !important;
	opacity:0.5;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.b2j_alfheim_gallery_pro_lightbox_container .social_share ul li.f a:hover{
	opacity:1;
}

.b2j_alfheim_gallery_pro_lightbox_container .social_share ul li.t a{
	background: url("twitter.png") no-repeat center;
	width:40px;
	height:40px;
	border-right:1px solid #9a9a9a !important;
	opacity:0.5;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.b2j_alfheim_gallery_pro_lightbox_container .social_share ul li.t a:hover{
	opacity:1;
}

.b2j_alfheim_gallery_pro_lightbox_container .social_share ul li.g a{
	background: url("gplus.png") no-repeat center;
	width:40px;
	height:40px;
	border-right:1px solid #9a9a9a !important;
	opacity:0.5;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.b2j_alfheim_gallery_pro_lightbox_container .social_share ul li.g a:hover{
	opacity:1;
}

.b2j_alfheim_gallery_pro_lightbox_container .social_share ul li.p a{
	background: url("pinterest.png") no-repeat center;
	width:40px;
	height:40px;
	opacity:0.5;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.b2j_alfheim_gallery_pro_lightbox_container .social_share ul li.p a:hover{
	opacity:1;
}

.b2j_alfheim_gallery_pro_lightbox_container .social_share_button.closed{
	background: url("social.png") repeat scroll 0 0 transparent;
    height: 40px;
    left: -16%;
    margin-top: 20px;
    opacity: 0.5;
    position: absolute;
    top: 25%;
	margin-top:-43px;
    width: 40px;
	-moz-transform:rotate(-4deg);
	-webkit-transform:rotate(-4deg);
	-o-transform:rotate(-4deg);
	-ms-transform:rotate(-4deg);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	z-index:1000;
}
.b2j_alfheim_gallery_pro_lightbox_container .social_share_button.opened{
	background: url("social.png") repeat scroll 0 0 transparent;
    height: 40px;
    left: -16%;
    margin-top: -43px;
    opacity: 1;
    position: absolute;
    top: 25%;
    width: 40px;
	-moz-transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	z-index:1000;
}
.b2j_alfheim_gallery_pro_lightbox_container .social_share_button:hover{
	opacity: 1;
	-moz-transform:rotate(0deg) translate3d(0px, 0px, 0px);
	-webkit-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	cursor:pointer;
}
.b2j_alfheim_gallery_pro_lightbox_container .info_button.closed{
	background: url("info.png") repeat scroll 0 0 transparent;
    height: 40px;
    left: -16%;
    opacity: 0.5;
    position: absolute;
    top: 25%;
    width: 40px;
	-moz-transform:rotate(8deg);
	-webkit-transform:rotate(8deg);
	-o-transform:rotate(8deg);
	-ms-transform:rotate(8deg);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-webkit-transition: rotate 300ms ease-out;
	-moz-transition: rotate 300ms ease-out;
	-ms-transition: rotate 300ms ease-out;
	-o-transition: rotate 300ms ease-out;
	transition: rotate 300ms ease-out;
	z-index:1000;
}
.b2j_alfheim_gallery_pro_lightbox_container .info_button.opened{
	background: url("info.png") repeat scroll 0 0 transparent;
    height: 40px;
    left: -16%;
    opacity: 1;
    position: absolute;
    top: 25%;
    width: 40px;
	-moz-transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-webkit-transition: rotate 300ms ease-out;
	-moz-transition: rotate 300ms ease-out;
	-ms-transition: rotate 300ms ease-out;
	-o-transition: rotate 300ms ease-out;
	transition: rotate 300ms ease-out;
	z-index:1000;
}
.b2j_alfheim_gallery_pro_lightbox_container .info_button.closed:hover{
	opacity: 1;
	-moz-transform:rotate(0deg) translate3d(0px, 0px, 0px);
	-webkit-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	cursor:pointer;
}
.b2j_alfheim_gallery_pro_lightbox_container ul li .infos{
	background: none repeat scroll 0 0 white;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
    display: none;
	left:-16%;
	margin-left:60px;    
    max-width: 35%;
    min-width: 25%;
    padding: 20px 20px 10px;
    position: absolute;
    top: 25%;
    z-index: 1000;
}
.b2j_alfheim_gallery_pro_lightbox_container ul li .infos:after{
	content:'';
	background: url("info_t.png") no-repeat;
	position:absolute;
	left:-11px;
	top:13px;
	width:11px;
	height:22px;
}
.b2j_alfheim_gallery_pro_lightbox .close_button{
	background: url("close.png") no-repeat;
	width: 23px;
	height: 24px;
	position:absolute;
	right:10px;
	top:10px;
	z-index:1002;
	opacity:0.5;
}
.b2j_alfheim_gallery_pro_lightbox .close_button:hover{
	cursor: pointer;
	opacity:1;
}
.b2j_alfheim_gallery_pro_container ul{
	margin:0px !important;
	padding:0px !important;
}
.b2j_alfheim_gallery_pro_container ul li{
	display:block;
	float:left;	
	border-style: solid !important;
	border-color: #D7D7D7 !important;
	background: #ffffff;
}
.b2j_alfheim_gallery_pro_container{
    padding: 0px; 
    margin: 0px; 
    position:relative;
    overflow:hidden;
	display:block;
}

.b2j_alfheim_gallery_pro_main_container .loader ul li{
	display:block;
	width:17px;
	height:13px;
	position:absolute;
	top:0;
}
.b2j_alfheim_gallery_pro_main_container .loader .loader_blank li{
	background: url("loader_blank.png") no-repeat;
}

.b2j_alfheim_gallery_pro_main_container .loader{
	position:absolute;
	top:50%;
	left:50%;
	width:101px;
	height:13px;
	margin-top:-7px;
	margin-left:-46px;
}
.b2j_alfheim_gallery_pro_main_container .loader ul{
	height: 13px;
	left: 0;
	margin: 0 !important;
	overflow: hidden;
	padding: 0 !important;
	position: absolute;
}
.b2j_alfheim_gallery_pro_main_container  .loader .loader_full{
	z-index:1;
	width:0px;
}
.b2j_alfheim_gallery_pro_main_container .loader ul{
	display:block;
	width:101px;
}

.b2j_alfheim_gallery_pro_lightbox{
	position: fixed;
	background: rgba(0,0,0,0.6);
	z-index:1000;
	opacity:0;
	overflow:hidden;
	display:none;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

.b2j_alfheim_gallery_pro_lightbox .loader{
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    display: none;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
}
.b2j_alfheim_gallery_pro_lightbox .loader ul li{
	display:block;
	width:17px;
	height:13px;
	position:absolute;
	top:0;
}
.b2j_alfheim_gallery_pro_lightbox .loader .loader_blank li{
	background: url("loader_blank.png") no-repeat;
}
.b2j_alfheim_gallery_pro_lightbox .loader ul{
	height: 13px;
	left: 50%;
	top:40%;
	margin-top:-7px;
	margin-left:-46px;
	overflow: hidden;
	padding: 0 !important;
	position: absolute;
}
.b2j_alfheim_gallery_pro_lightbox  .loader .loader_full{
	z-index:1;
	width:0px;
}
.b2j_alfheim_gallery_pro_lightbox .loader ul{
	display:block;
	width:101px;
	margin-top:-7px;
	margin-left:-46px;
}

.b2j_alfheim_gallery_pro_pagination.small_preview .page{
	display:none !important;
}
.b2j_alfheim_gallery_pro_pagination.small_preview .page.selected{
	display:block !important;
}
.b2j_alfheim_gallery_pro_pagination.small_preview  span.page_count{
	width:100%;
	height:100%;
	display:block;
	font-size:16px;
	color:#3c3c3c;
	line-height:25px;
	text-decoration:none;
}
.b2j_alfheim_gallery_pro_pagination.small_preview .page_count{
	display:block;
	width:30px;
	text-align:center;
	height:28px;
	font-size: 16px;
	float:left;
        line-height: 25px;
}
.b2j_alfheim_gallery_pro_pagination.small_preview .page_count:before{
	content:'/';
	display:inline-block;
	float:left;
	display:block;
	font-size:16px;
	text-align:center;
	font-family:inherit;
        line-height: 25px;
}