
.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-2b44c650-0d79-48da-b70e-818c418ca14a) 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-c6b6c9f1-a4fd-459a-b54e-f1f159b854f8) no-repeat 0px 0px;
	float:left;
}
.ba_info_bg_r{
	height:inherit;
	width:9px;
	background:var(--wpr-bg-a89ef2c6-1c5e-4558-adb8-9c096d3a0d35) no-repeat -50px 0px;
	float:left;
}
.ba_info_text{
	height:inherit;
	width:90%;
	background:var(--wpr-bg-ec1cfe25-b47b-432e-98a6-629550fd1ca0) 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-17c9bec8-ed80-4ab3-81b5-601e0fd2da67) no-repeat -30px 0px;
}

.ba_btn_prev{
	width:30px;	
	right:40px;
	background:var(--wpr-bg-0c563a56-0835-44ec-9ef9-816e64938db1) 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-6688c59c-ac64-458a-aaf3-c561c9a3c2b4);
	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-11cb26dc-7a23-418e-8ae6-1ef6d83219c2) no-repeat -30px 0px;
}

.skin2 .ba_btn_prev{
	width:30px;	
	right:35px;
	background:var(--wpr-bg-14e20edc-44b5-4fc0-9a59-f5ef40b4956f) no-repeat 0px 0px;
}

.skin2 .ba_info_bg_l{
	height:inherit;
	width:9px;
	background:var(--wpr-bg-86633798-6290-4ec2-b325-41329a5f7057) no-repeat 0px 0px;
	float:left;
}
.skin2 .ba_info_bg_r{
	height:inherit;
	width:9px;
	background:var(--wpr-bg-39939281-2346-469c-ad3a-9be11139c4b4) no-repeat -50px 0px;
	float:left;
}
.skin2 .ba_info_text{
	height:inherit;
	width:90%;
	background:var(--wpr-bg-ab349144-a19a-4adc-8f9f-3d080183af4d) repeat-x;
	float:left;
	padding-top:2px;
	padding-left:2px;
	color:#ffffff;
	font-size: 15px;
	line-height: 16px;
}