.unslider {
	position: relative;
	overflow: auto;
	margin: 0;
	padding: 0;
	height: 100%;
}
.unslider ul {
	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;
	top: 51%;
	z-index: 2;
	cursor: pointer;
}
.unslider-arrow.next {
	right: 0;
	width: 68px;
	height: 68px;
	background-repeat: no-repeat;
	background-size: 68px 68px;
	background-image: url(../img/arrow-next-slider.png);
}
.unslider-arrow.prev {
	left: 0;
	width: 68px;
	height: 68px;
	background-repeat: no-repeat;
	background-size: 68px 68px;
	background-image: url(../img/arrow-prev-slider.png);
}
.unslider-arrow.next:hover,
.unslider-arrow.prev:hover {
	opacity: 0.5;
}