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

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

.navigate .av { background: #b41312; }
.navigate .dn, .navigate .dn:hover { background: #f73141c; }


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

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