.navigate {
	position: absolute;
	text-align: center;
	align: center;
}

.navigate div, .navigate div:hover, .navigate .av {
	position: absolute;	
	text-align: center;
	width: 9px;
	height: 9px;
	margin-bottom: -15px;
	background: rgba(255,255,255,0.8);
	overflow: hidden;
	cursor: pointer;
	box-shadow: #3c3c3c 0 0 10px;
}

.navigate .av { background: #00893b; }
.navigate .dn, .navigate .dn:hover { background: #00893b; }


.arrowleft {
	display: block;
	position: absolute;
	width: 40px;
	height: 80px;
	cursor: pointer;
	background: url(../images/design/pfeil_links.png) no-repeat;
	background-size: contain;
	overflow: hidden;
}

.arrowright {
	display: block;
	position: absolute;
	right: 0px;
	width: 40px;
	height: 80px;
	cursor: pointer;
	background: url(../images/design/pfeil_rechts.png) no-repeat;
	background-size: contain;
	overflow: hidden;
}