  #Container {
            width: 960px;
            height: 650px;
		    overflow:hidden;
			
            
        }

        #wrapper {
	width: 3840px;
	position: relative;
	left: 0px;
	top: 0px;
	transition: left .8s ease-in-out;
	
			
        }

        .content {
            float: left;
            height: 650px;
            white-space: normal;
            width: 960px;
          }

            .content p {
                font-family: Arial, sans-serif;
                margin: 0;
            }

		#itemOne {
		     background-image: url(../PICTURES/T2/T2-BG1.jpg);
		    
		}
		
		#itemTwo {
			 background-image: url(../PICTURES/T2/T2-BG2.jpg);
		    
		}
		
		#itemThree {
		    background-color: #000000;
		   
		}
		
		#itemFour {
		    background-color: #000000;
		    
		}
 

#Schalter1 {
	position: absolute;
	height: 30px;
	width: 30px;
	z-index: 10;
	top: 583px;
	left: 435px;
background-image: url(
..(PICTURES/S1.jpg);
	background-image: url(../PICTURES/S1.jpg);
}
#Schalter2 {
	position: absolute;
	height: 30px;
	width: 30px;
	z-index: 10;
	top: 583px;
	left: 492px;
	background-image: url(../PICTURES/S2.jpg);
	}
