	.scroll-down-cursor:hover {
		cursor: url('../img/cursor-arrow-down.png'), auto;
	}
	.scroll-down-cursor-white:hover {
		cursor: url('../img/cursor-arrow-down-white.png'), auto;
	}
	.scroll-left-cursor:hover {
		cursor: url('../img/cursor-arrow-left.png'), auto;
	}
	.scroll-left-cursor-white:hover {
		cursor: url('../img/cursor-arrow-left-white.png'), auto;
	}
	.scroll-right-cursor:hover {
		cursor: url('../img/cursor-arrow-right.png'), auto;
	}
	.scroll-right-cursor-white:hover {
		cursor: url('../img/cursor-arrow-right-white.png'), auto;
	}
	.scroll-up-cursor:hover {
		cursor: url('../img/cursor-arrow-up.png'), auto;
	}
	.scroll-up-cursor-white:hover {
		cursor: url('../img/cursor-arrow-up-white.png'), auto;
	}

.position-absolute {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.position-fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 0;
}

div.top-half {
	width: 100%;
	height: 45%;
}

div.bottom-half {
	width: 100%;
	height: 55%;
}

div.left-eighth {
	width: 12.5%;
	height: 100%;
	position: fixed;
	z-index: 1;
}

div.right-eighth {
	width: 12.5%;
	height: 100%;
	position: fixed;
	right: 0;
	z-index: 1;
}