.swipe .slider-descr{
	width: 940px;
	margin: 0 auto;
	float:none;
	height: 100%;
	position: relative;
}

.swipe .descr-bg{
	position: absolute;
	left: 0;
	bottom: 0;
	top: auto;
	background: transparent url('../img/descr-bg-tr.png') 0 0 repeat;
	padding: 0;
	width: auto;
}

.swipe .descr-wrap{
	background: transparent url('../img/descr-wrap.png') 0 50% no-repeat;
	border-left: 3px solid #fff;
	padding: 17px 32px 30px;
	display: inline-block;
	width: auto;
}

.swipe .slider-title{
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	margin: 0 0 16px;
}

.swipe p{
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 20px;
}

.swipe .purch{
	display: block;
	float:left;
	text-decoration: none;
	color: #fff;
	width: 220px;
	height: 45px;
	line-height: 45px;
	padding: 0;
	margin-right: 32px;
	text-align: center;
}

.swipe .purch:hover{
	background: #28CDAC none;
	color: #fff;
}

.swipe .prev{
	background: transparent url('../img/slider-arrow-home.png') 0 0 no-repeat;
	width: 44px;
	height: 43px;
	display: block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border: 1px solid #fff;
	text-indent: -999em;
	padding: 0;
	margin: 0;
	transition:background-color 0.35s;
	float:left;
}

.swipe .next{
	border-left: none;
	background-position: -43px 0;	
}

.swipe .prev:hover{background-position: 0 -43px;background-color: #28CDAC;}

.swipe .next:hover{
	background-position: -43px -43px;
	background-color: #28CDAC;
}

.swipe .swipe-nav{
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 31px;
	overflow: hidden;
	z-index: 10;
}

.swipe .swipe-nav li{
	float:left;
	margin-left: 1px;
	list-style: none;
}

.swipe .swipe-nav li a{
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding: 0;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	margin: 0;
	background: transparent url('../img/swipe-nav-li-bg.png') 0 0 repeat;
	transition:all 0.35s;
}

.swipe .swipe-nav li.active a,
.swipe .swipe-nav li a:hover{
	background: #28CDAC none;
}