.unslider {
	overflow: auto;
	margin: 0;
	padding: 0
}

.unslider-wrap {
	position: relative
}

.unslider-wrap.unslider-carousel>li {
	float: left
}

.unslider-vertical>ul {
	height: 100%
}

.unslider-vertical li {
	float: none;
	width: 100%
}

.unslider-fade {
	position: relative
}

.unslider-fade .unslider-wrap li {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 8
}

.unslider-fade .unslider-wrap li.unslider-active {
	z-index: 10
}

.unslider li,.unslider ol,.unslider ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

.unslider-arrow {
	position: absolute;
	left: 0px;
	top:50%;
	margin-top:-19px;
	display:block;
	width:28px;
	height:38px;
	border-radius:0 7px 7px 0;
	z-index: 2;
	cursor: pointer;
	background:#e2e2e2 url(../images/left_icon.png) center no-repeat;
	text-indent: -999999em;
}

.unslider-arrow.next {
	left: inherit;
	right: 0;
	border-radius:7px 0px 0px 7px;
	background:#e2e2e2 url(../images/right_icon.png) center no-repeat;
	text-indent: -999999em;
}