@charset "utf-8"; /* CSS Document */ 

.baslider-main {

	max-width: 98%;

	box-shadow: 1px 1px 7px #C7C7C7;

	-moz-box-shadow: 1px 1px 7px #C7C7C7;

	-webkit-box-shadow: 1px 1px 7px #C7C7C7;

	cursor: pointer;

}

.beforeAfterSlidebar {

	position: relative;

	width: auto;

	height: auto;

	margin: 0;

}

.beforeAfterSlidebar .bottomImage {

	overflow: hidden;

	position: relative;

	top: 0px;

	width: 100%;

}

.beforeAfterSlidebar .topImage {

	position: absolute;

	top: 0px;

	left: 50%;

	width: 100%;

	overflow: hidden;

	display: block;

	border-left-width: 2px;

	border-left-style: solid;
	
	-webkit-transition: 200ms;
	-moz-transition-duration: 200ms;
	-o-transition-duration: 200ms;
	-ms-transition-duration: 200ms;
	transition-duration: 200ms;

}

.beforeAfterSlidebar .topImg {

	left: -50%;
	-webkit-transition: 200ms;
	-moz-transition-duration: 200ms;
	-o-transition-duration: 200ms;
	-ms-transition-duration: 200ms;
	transition-duration: 200ms;

}

.beforeAfterSlidebar .bottomImage img, 

.beforeAfterSlidebar .topImage img {

	margin: 0;

	padding: 0;

	border: none !important;

	border-radius: 0 !important;

	box-shadow: none !important;

	position: relative;

	display: block;

	width: 100%;

	height: auto;

	max-height: none;

	max-width: 100% !important;

	visibility: visible !important;

}

.beforeAfterSlidebar h5 {

	position: absolute;

	z-index: 9999;

	width: 100%;

	bottom: 0;

	right: 0;

	left: 0;

	padding: 0 5px;

	line-height: 2.5em !important;

	background: #3D3D3D\0/;

	background: #3D3D3D\9;

	background: rgba(29, 29, 29, 0.8);

	margin: 0 !important;

}

@media screen and (min-width:0\0) {

	.beforeAfterSlidebar h5 {

		position: relative;

		background: #3D3D3D;

		float: left;

		width: 100%;

		bottom: 30px;

		top: 0;

	}

}

.ba-outside {

	max-width: 100%;

	clear: both;

	float: left;

	margin: 0 0 40px 0;

}

.ba-outside span {

	position: relative;

	z-index: 9999;

	top: 11px;

	overflow: hidden;

}

.ba-outside .slide-pre, 

.ba-outside .slide-nex {

	background: url('images/arrow.png') no-repeat;

	width: 8px;

	height: 13px;

}

.ba-outside .slide-pre {

	float: left;

	background-position: 0px 0px;

}

.ba-outside .slide-pre:hover {

	background-position: 0px -24px;

}

.ba-outside .slide-nex {

	float: right;

	background-position: -16px 0px;

}

.ba-outside .slide-nex:hover {

	background-position: -16px -24px;

}

.ba-outside a.bx-next,

.ba-outside a.bx-prev {

	text-decoration: none;

	line-height: 13px;

	color: #fff !important;

	font-size: 1px;

	float: left;

	width: 10px;

}

/*Slider*/

.baslider-main ul {

	margin: 0 !important;

	list-style: none !important;

}

li.baslideli {

	margin: 0 !important;

	list-style: none !important;

}

.bx-wrapper {

	position: relative;

	margin: 0 auto;

	padding: 0;

	*zoom: 1;

}

.bx-wrapper img {

	max-width: 100%;

	display: block;

}

.bx-wrapper .bx-viewport {

	background: #fff;

}

.bx-wrapper .bx-pager,

.bx-wrapper .bx-controls-auto {

	position: absolute;

	bottom: -30px;

	width: 100%;

}

.bx-wrapper .bx-loading {

	min-height: 0;

	background: url('images/bx_loader.gif') center center no-repeat #fff;

	height: 100%;

	width: 100%;

	position: absolute;

	top: 0;

	left: 0;

	z-index: 2000;

}

.bx-wrapper .bx-pager {

	text-align: center;

	font-size: .85em;

	font-family: Arial;

	font-weight: bold;

	color: #666;

	padding-top: 20px;

}

.bx-wrapper .bx-pager .bx-pager-item,

.bx-wrapper .bx-controls-auto .bx-controls-auto-item {

	display: inline-block;

	*vertical-align: bottom;

	*zoom: 1;

	*display: inline;

	vertical-align: bottom\0/;

	vertical-align: bottom\9;

}

.bx-wrapper .bx-pager.bx-default-pager a {

	background: #666;

	text-indent: -9999px;

	display: block;

	width: 10px;

	height: 10px;

	margin: 0 3px;

	outline: 0;

	-moz-border-radius: 5px;

	-webkit-border-radius: 5px;

	border-radius: 5px;

}

.bx-wrapper .bx-pager.bx-default-pager a:hover,

.bx-wrapper .bx-pager.bx-default-pager a.active {

	background: #000;

}

.bx-wrapper .bx-prev {

	left: 10px;

	background: url('images/controls.png') no-repeat 0 -32px;

}

.bx-wrapper .bx-next {

	right: 10px;

	background: url('images/controls.png') no-repeat -43px -32px;

}

.bx-wrapper .bx-prev:hover {

	background-position: 0 0;

}

.bx-wrapper .bx-next:hover {

	background-position: -43px 0;

}

.bx-wrapper .bx-controls-direction a {

	position: absolute;

	top: 50%;

	margin-top: -16px;

	outline: 0;

	width: 32px;

	height: 32px;

	text-indent: -9999px;

	z-index: 9999;

}

.bx-wrapper .bx-controls-direction a.disabled {

	display: none;

}

.bx-wrapper .bx-controls-auto {

	text-align: center;

}

.bx-wrapper .bx-controls-auto .bx-start {

	display: block;

	text-indent: -9999px;

	width: 10px;

	height: 11px;

	outline: 0;

	background: url('images/controls.png') -86px -11px no-repeat;

	margin: 0 3px;

}

.bx-wrapper .bx-controls-auto .bx-start:hover,

.bx-wrapper .bx-controls-auto .bx-start.active {

	background-position: -86px 0;

}

.bx-wrapper .bx-controls-auto .bx-stop {

	display: block;

	text-indent: -9999px;

	width: 9px;

	height: 11px;

	outline: 0;

	background: url('images/controls.png') -86px -44px no-repeat;

	margin: 0 3px;

}

.bx-wrapper .bx-controls-auto .bx-stop:hover,

.bx-wrapper .bx-controls-auto .bx-stop.active {

	background-position: -86px -33px;

}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {

	right: 45px;

	width: 35px;

}

.bx-wrapper .bx-caption {

	position: absolute;

	bottom: 0;

	left: 0;

	background: #666\9;

	background: rgba(80, 80, 80, 0.75);

	width: 100%;

}

.bx-wrapper .bx-caption span {

	color: #fff;

	font-family: Arial;

	display: block;

	font-size: .85em;

	padding: 10px;

}
.baslideli {
	z-index: 0 !important;
}