/* Slider */
		.slider-wrap {
			/*Leinwandbreite Slider */
			width: 420px;
			height: 420px;
			position:absolute;
			top: 0px;
			left: 150px;
		}
		
		.csw {width: 420px; height: 420px; overflow: hidden}
		.csw .loading {margin: 200px 0 300px 0; text-align: center; font-size: 10px; font-family: Arial;}

		.stripViewer { 
			position: relative;
			overflow: hidden; 
			margin: auto;
			/*Leinwandbreite Slider / es kann bei Bedarf auch noch eine Höhe gesetzt werden */
			width: 420px;
			height: 420px;
			clear: both;
		}
		
		.stripViewer .panelContainer { 
			position: relative;
			left: 0; top: 0;
			width: 420px;
	
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			position: relative;
			/*Leinwandbreite Slider */
			width: 420px;
		}

		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			/*Vertikale Positionierung der Pfeile*/
			top: 428px;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			color: transparent;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			/*Horizontale Positionierung der Pfeile*/
			left: 146px;
		}
		
		.stripNavR {
			/*Horizontale Positionierung der Pfeile*/
			left: 236;
		}
		
		
		.stripNavL {
			background: url("../pic/arrow-left.png") no-repeat center;
		}
		
		.stripNavR {
			background: url("../pic/arrow-right.png") no-repeat center;
		}
		
		.stripNav {
			display: none;
		}
		
		.wrapper {
			text-align: center;
		}
/* // Slider */

