/* SLIDER STYLES */

.direction-nav div  { width: 20px; height: 50px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.direction-nav .arrow-prev { left: 0px; }
.direction-nav .arrow-next { right: 0px; }
.direction-nav .arrow-prev:hover { opacity:.8; }
.direction-nav .arrow-next:hover { opacity:.8; }

.scrollwrapper {
	padding:0 10%;
}
.scrollcrop {
	overflow:hidden;
}
.shuttle {
	transition: left .5s;
}
.relative {
	position:relative;
}
.nowrap-onelevel {
	white-space:nowrap;
}
.nowrap-onelevel div {
	white-space:normal;
}
.scrollitem {
/* 	width:290px; */
	padding:0 25px;
	text-align: center;
}
.scrollitem img {
	max-width:100%;
}

@media screen and (min-width: 850px) {

	.direction-nav .arrow-prev.outside { left: -30px; }
	.direction-nav .arrow-next.outside { right: -30px; }

}