
.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-ba842926-00e9-424b-a282-d7012c5a885d) 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-a3e89481-818a-47a6-8b4b-21cee0666ed3) no-repeat 0px 0px;
	float:left;
}
.ba_info_bg_r{
	height:inherit;
	width:9px;
	background:var(--wpr-bg-0e7b0a29-e01c-41f4-b4cd-8fc6df945267) no-repeat -50px 0px;
	float:left;
}
.ba_info_text{
	height:inherit;
	width:90%;
	background:var(--wpr-bg-fd7c8c07-04d5-46a1-84bb-951907ba1340) 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-32079113-6594-4859-884d-912898b19c1e) no-repeat -30px 0px;
}

.ba_btn_prev{
	width:30px;	
	right:40px;
	background:var(--wpr-bg-5f10a3b9-9679-4987-b755-878c361c78bd) 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-2c11bf80-10cb-4d5b-a829-b892359ef245);
	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-098f287c-e418-4665-9c5f-562c532a7668) no-repeat -30px 0px;
}

.skin2 .ba_btn_prev{
	width:30px;	
	right:35px;
	background:var(--wpr-bg-0cf712fb-47cf-432c-90cf-f515c2fa2aab) no-repeat 0px 0px;
}

.skin2 .ba_info_bg_l{
	height:inherit;
	width:9px;
	background:var(--wpr-bg-d5813d3c-4e54-499c-aafd-2b2139d28896) no-repeat 0px 0px;
	float:left;
}
.skin2 .ba_info_bg_r{
	height:inherit;
	width:9px;
	background:var(--wpr-bg-d04dc252-2261-4f91-b6e7-04b6f9a73630) no-repeat -50px 0px;
	float:left;
}
.skin2 .ba_info_text{
	height:inherit;
	width:90%;
	background:var(--wpr-bg-d7538340-2bd9-4fca-96ea-ee5c654bf125) repeat-x;
	float:left;
	padding-top:2px;
	padding-left:2px;
	color:#ffffff;
	font-size: 15px;
	line-height: 16px;
}