.nav-up, .nav-down {
	display: none;
	position: fixed;
	z-index: 1050;
	right: 2px;
	background: #4F4F4F;
	border: 1px solid #ccc;
	border-radius: 5px;
	cursor: pointer;
	color: #fff;
	text-align: center;
	font: normal normal 25px/25px sans-serif;
	text-shadow: 0 1px 2px #000;
	opacity: .5;
	padding: 3px;
	margin-bottom: 5px;
	width: 25px;
	height: 25px;
	user-select: none;
}

.nav-up {
	bottom: 35px;
}

.nav-down {
	bottom: 0px;
}

.nav-down:hover,
.nav-up:hover {
	opacity: 0.8;
	/* box-shadow: 0 5px 0.5em -1px #666; */
}

@media (min-width: 1268px) {
	.nav-up, .nav-down {
		right: calc(50% - 643px);
	}
}
