/* Nav
*****************************************************************/

nav#primary {
	z-index: 5;
	position: fixed;
	right: 0px;
}
nav#primary li {
	position: relative;
	height: 100px;
}
nav#primary a {
	display: block;
	width: 100px;
	height: 100px;
	text-indent: -9999px;
}

nav#primary h1 {
	position: absolute;
	right: 105px;
	padding: 4px 20px 4px 7px;;
	color: #FF5A00;
	white-space: nowrap;
	background-color: rgba(0, 0, 0, 0.7);
	}
nav.next-prev {
	margin: 20px 0 0 0;
	}
	a.prev,
	a.next {
		display: block;
		width: 600px;
		height: 150px;
		text-indent: -9999px;
		}
	a.prev {
		margin: 0 auto 5px auto;
		background: transparent url('../img/lever.png') no-repeat;
		background-size: contain;
		}
		a.prev:hover {
			background: transparent url('../img/lever-d.png') no-repeat;
			background-size: contain;
			}
	a.next {
		margin: 5px auto 0 auto;
		background: transparent url('../img/scroll-arrow-down.png') -1px 0 no-repeat;
		}
		a.next:hover {
			background: transparent url('../img/scroll-arrow-down.png') -1px -11px no-repeat;
			}
			
.navigator-indicator {
	position: fixed;
	right: 0;
    width: 23%;
	z-index:4;
}

.navigator-indicator-iso {
	position: fixed;
	right: 0;
    width: 17%;
	z-index:4;
}