.anime-slider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.anime-slider ul,
.anime-slider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.anime-slider ul li img {
	width: 100%;
	display: none;
}

.anime-sliderBase {
	top: 0;
	position: absolute;
}

.anime-sliderWrap {
	top: 0;
	position: absolute;
	overflow: hidden;
}

.sliderPrev,
.sliderNext {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}

.sliderPrev {background: #fff url(../img/prev.jpg) no-repeat right center;}
.sliderNext {background: #fff url(../img/next.jpg) no-repeat left center;}

.pagination-animation {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination-animation a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #333;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

.pagination-animation a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}



.anime-slider ul:after {
	content: "";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
 
.anime-slider ul {
	display: inline-block;
	overflow: hidden;
}



@media screen and (max-width: 599px) {

	.anime-slider {
		margin-bottom: 5%;
	}

}










