
.ba_gallery{
	position:relative;
	margin-right:20px;
	margin-bottom:20px;
	font-size:14px;
	font-family: 'BrandonTextLight',sans-serif;
	color:#eee;
	width:100%;
	min-width:200px;
}

.ba_gallery br{
	display:none;
}


.ba_gallery > img{
	position:relative;
	display:inline;
}

.ba_container{
	position:relative;
	width:100%;
}

.ba_container img{
	margin:0px;
	padding:0px;
	position:relative;
	display:block;
	width:100%;
	height:auto;
	max-height: none;
	max-width: none;
	visibility:visible !important;
}

.ba_mask{
	position:relative;
	overflow:hidden;
	width:100%;
	background:url('graphics/preloader3.gif') no-repeat 50% 50%;
	box-shadow: -1px 2px 7px 3px  rgba(0, 0, 0, 0.3);
}

.ba_footer{
	position:relative;
	height:22px;
	top:-35px;
}

.ba_item{
	overflow:hidden;
	position:relative;
	top:0px;
	width:100%;
}

.ba_info{
	position:absolute;
	left:10px;
	float:left;
	width:48%;
	height:inherit;
  border-bottom: solid 1px rgba(255, 255, 255, 0.45);
  color: #fff;
}

.ba_info_text{
	  height: inherit;
  width: 90%;
  float: left;
  padding-top: 2px;
  padding-left: 2px;
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,.8));
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.8));
}


.ba_btn_prev, .ba_btn_next{
	position:absolute;
	right:10px;
	height:22px;
	background-color:#0000ff;
	cursor:pointer;
	
	width:30px;	
	background:url('graphics/footer.png') no-repeat -30px 0px;
}

.ba_btn_prev{
	width:30px;	
	right:40px;
	background:url('graphics/footer.png') no-repeat 0px 0px;
}

.ba_controller {
	position:absolute !important;
	width:1px;
	height:1px;
	top:2%;
}

.ba_controller_sign {
	position:absolute !important;
	width:36px;
	height:16px;
	top:-8px;
	left:-18px;
	background-image:url('graphics/before_after_controller.png');
	cursor:pointer;
	opacity: 0.4;

}

.ba_door {
	position:absolute;
	top:0px;
	width:100%;
	overflow:hidden;
	border-left:1px solid rgba(255, 255, 255, 0.25);
	box-shadow: -1px 5px 5px rgba(0, 0, 0, 0.1);
}

.ba_wall {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	
	-moz-user-select: none;
    -khtml-user-select: none;
	-webkit-user-drag: none;
	cursor:pointer;
}


/*
	SKIN 2
*/


.skin2{

}

.skin2 .ba_door{
	
}

.skin2 .ba_footer{
	height:22px;
	position:relative;
	top:-27px;
}

.skin2 .ba_btn_prev, .skin2 .ba_btn_next{
	position:absolute;
	right:4px;
	height:22px;
	background-color:#0000ff;
	cursor:pointer;
	
	width:30px;	
	background:url('graphics/footer_alternate.png') no-repeat -30px 0px;
}

.skin2 .ba_btn_prev{
	width:30px;	
	right:35px;
	background:url('graphics/footer_alternate.png') no-repeat 0px 0px;
}

.skin2 .ba_info_bg_l{
	height:inherit;
	width:9px;
	background:url('graphics/footer_alternate_2.png') no-repeat 0px 0px;
	float:left;
}
.skin2 .ba_info_bg_r{
	height:inherit;
	width:9px;
	background:url('graphics/footer_alternate_2.png') no-repeat -50px 0px;
	float:left;
}
.skin2 .ba_info_text{
	height:inherit;
	width:90%;
	background:url('graphics/footer_alternate_22.png') repeat-x;
	float:left;
	padding-top:2px;
	padding-left:2px;
	color:#ffffff;
	font-size: 15px;
	line-height: 16px;
}