
.ba_gallery{
	position:relative;
	margin-right:20px;
	margin-bottom:20px;
	font-size:14px;
	font-family: 'Cuprum', arial, serif;
	color:#555555;
	width:100%;
	min-width:300px;
}

.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:var(--wpr-bg-babd43c2-997c-437d-921a-c0cf1ee12691) no-repeat 50% 50%;
}

.ba_footer{
	position:relative;
	height:22px;
	top:-11px;
}

.ba_item{
	overflow:hidden;
	position:relative;
	top:0px;
	width:100%;
}

.ba_info{
	position:absolute;
	left:10px;
	float:left;
	width:70%;
	height:inherit;
}

.ba_info_bg_l{
	height:inherit;
	width:9px;
	background:var(--wpr-bg-77950e25-4ee8-4306-a589-be7ab53e6086) no-repeat 0px 0px;
	float:left;
}
.ba_info_bg_r{
	height:inherit;
	width:9px;
	background:var(--wpr-bg-d58e4ebc-b685-4c96-8644-1f4816acacad) no-repeat -50px 0px;
	float:left;
}
.ba_info_text{
	height:inherit;
	width:90%;
	background:var(--wpr-bg-d2399c31-f0d6-4f59-806d-705ac673edd3) repeat-x;
	float:left;
	padding-top:2px;
	padding-left:2px;
}


.ba_btn_prev, .ba_btn_next{
	position:absolute;
	right:10px;
	height:22px;
	background-color:#0000ff;
	cursor:pointer;
	
	width:30px;	
	background:var(--wpr-bg-2fe22134-4c3c-4cdb-9693-1cf7057a3e3e) no-repeat -30px 0px;
}

.ba_btn_prev{
	width:30px;	
	right:40px;
	background:var(--wpr-bg-9ad7a658-1850-42c3-9436-96b1195dc941) no-repeat 0px 0px;
}

.ba_controller {
	position:absolute !important;
	width:1px;
	height:1px;
	top:50%;
}

.ba_controller_sign {
	position:absolute !important;
	width:36px;
	height:16px;
	top:-8px;
	left:-18px;
	background-image:var(--wpr-bg-c89519fb-744d-4fd1-9dc0-e116cf2d4f59);
	cursor:pointer;
}

.ba_door {
	position:absolute;
	top:0px;
	width:100%;
	overflow:hidden;
	border-left:1px solid white;
}

.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:var(--wpr-bg-d87d0cd3-4ab5-492c-adb5-dd8f05f1a0dc) no-repeat -30px 0px;
}

.skin2 .ba_btn_prev{
	width:30px;	
	right:35px;
	background:var(--wpr-bg-ccc3c042-9ad8-4715-a28f-f26075e35a6c) no-repeat 0px 0px;
}

.skin2 .ba_info_bg_l{
	height:inherit;
	width:9px;
	background:var(--wpr-bg-39a8c284-a5e5-41d0-9850-9698220def96) no-repeat 0px 0px;
	float:left;
}
.skin2 .ba_info_bg_r{
	height:inherit;
	width:9px;
	background:var(--wpr-bg-ca8eb857-d0e7-47a7-bbbd-fa98a82ae78b) no-repeat -50px 0px;
	float:left;
}
.skin2 .ba_info_text{
	height:inherit;
	width:90%;
	background:var(--wpr-bg-84c7f9de-4d8f-4c9a-9333-a0f5f7c58bf7) repeat-x;
	float:left;
	padding-top:2px;
	padding-left:2px;
	color:#ffffff;
	font-size: 15px;
	line-height: 16px;
}