.scroller *{
	-webkit-transition: all 0s ease-in-out!important;
	-moz-transition: all 0s ease-in-out!important;
	-o-transition: all 0s ease-in-out!important;
	transition: all 0s ease-in-out!important;
	position:relative;
	display:block;
}
.scroller{
	position:relative;
	display:block;
	opacity:0;
}
.scroller .blocksp{
	margin:0%!important;
}
.scroller_block{
	position:relative;
	overflow:hidden;
	display:block;
	margin:auto;
	width:100%;
}
.scroller_loptrong{
	position:absolute;
	z-index:1;
	top: 0px;
    left: 0px;
}
.scroller_loptrong>*{
	float:left!important;
	display:inline-block!important;
}
.prev_but,.next_but,.bot_but,.top_but{
	position:absolute;
	z-index:2;
	width:32px;
	cursor:pointer;
}
.prev_but,.next_but{
	transform: translate(0%,-50%);
	-webkit-transform: translate(0%,-50%);
	top:50%;
}
.top_but,.bot_but{
	transform: translate(-50%,0%);
	-webkit-transform: translate(-50%,0%);
	left:50%;
}
.prev_but{
	left:0px;
}
.next_but{
	right:0px;
}
.bot_but{
	bottom:0px;
}
.top_but{
	top:0px;
}
.scroller .itemContainer,.scroller .row{
    -webkit-animation: none!important;
    animation: none!important;
}