	body{
		margin:0px;
	}
	#dhtmlgoodies_slideshow{
		width:100px;	/* Total width of slideshow */
		

	}
	
	#previewPane{
		border:1px solid #000;
		margin-right:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:30px;
		
		
		
		/* CSS HACK */
		height: 452px;	/* IE 5.x */
		height/* */:/**/420px;	/* Other browsers */
		height: /**/420px;
		
		width:580px;		
		float:left;
				
	}
	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:300px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}	
	#galleryContainer{
	float:center;
	height: 463px;	
	height/* */:/**/447px;
	height: /**/300px; /* Abstand: Pfeil oben-Pfeil unten - standard: 447 */
	width: 124px;
	width/* */:/**/120px;
	width: /**/120px;
	border:0px solid #000; /* Rand um die Slideshow - standard: 1*/
	padding:0px; /* Abstand: Linker Rand der Slideshow - Bilder, standard: 0*/
	position:relative;
	left: 20px;	/* Abstand der Slideshow von links - standard: 56 */
	top: 75px; /* Abstand der Slideshow von oben - standard: 155 */


		
	}
	#galleryContainer #arrow_down{	/* Arrow down image */
		height:35px;
		/*margin-left:10px;	wäre eine Möglichkeit die Pfeile zu verschieben. IE kommt damit aber nicht zurecht */
		position:margin:0px;	/* standard: position:absolute; - geändert damit IE damit zurecht kommt*/
		bottom:0px;
		z-index:100;
	}
	#galleryContainer #arrow_up{
		height:352px;	/* Arrow up image - Abstand des Pfeils von oben, standard: 35 */
		position:margin:0px;	/* standard: position:absolute; - geändert damit IE damit zurecht kommt*/
		top:0px;
		z-index:100;
	}
	
	#theImages{	/* DIV where the images are located */
		top:15px; /* Abstand: Pfeil-oberstes Bild - standard: 35 */
		position:absolute;
		overflow:hidden;
		height:330px;	/* Height of boxes for the images  - standard: 385*/
	}
	#theImages div{
	position:relative;
	height:1500px; 
	left: 1px;
	top: -37px;


		
	}
	#theImages img{
		border:0px;	/* No border */
		filter:alpha(opacity=100);	/* Transparency - IE. Standard: 50 */
		opacity:1; /* Transparency - Firefox. Standard: 0.5*/ 
		padding-top:7px;	/* Space between images */
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	#theImages .imageCaption{
		display:none;
	}
