.arrow_top-wrapper {
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 5vh;
	display: none;
	z-index: 9;
}
.arrow_top-wrapper.shown {
	display: block;
}
.arrow_icon {
	display: block;
    width: 69px;
    height: 69px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
	background-image: url(../images/slider-arrow-next.png);
	transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}