.wp360-inner {
    position:absolute;
    overflow:hidden;
}

.navLeft {
    background:url(img/pfeil-links.png) no-repeat center center #5F6062;
    position:absolute;
    left:20px;
    top:40%;
    width:38px;
    height:38px;
    z-index:3;
    text-align:right;
    cursor: pointer;
}

.navLeft:hover {
    background-color: #8EC392;
}

.navRight {
    background:url(img/pfeil-rechts.png) no-repeat center center #5F6062;
    position:absolute;
    right:20px;
    width:38px;
    height:38px;
    top:40%;
    z-index:3;
    text-align:left;
    cursor: pointer;
}

.navRight:hover {
    background-color: #8EC392;
}

#mouseSwipeScroll { z-index:1;
position: absolute;
}

#viewport #intro {
	position: absolute;
	display: none;
	z-index: 99;
	width: 100%;
	height: 100%;
	background:url(img/intro.png) no-repeat center center rgba(255,255,255,0.4);
}

#viewport {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}