	#slideshow{
		width:660px;	/* Total width of slideshow */
                 background: url("img/galerie_film.gif") repeat-x;
	}
	#previewPane{
		margin-bottom:0px;
		text-align:center;
		vertical-align:middle;
		padding-top:0px;
		/* CSS HACK */
		height: 340px;	/* IE 5.x */
		height/* */:/**/340px;	/* Other browsers */
		height: /**/340px;
	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		text-align:center;
		font-family: Tahoma, Arial, sans-serif;
		font-size:0.7em;
                 color:#bfbfbf;
                 line-height:20px;
	}
	#galleryContainer{

		height:129px;	/* Height of the images + 2 */
		position:relative;
		overflow:hidden;
		padding:0px;

		/* CSS HACK */
		height: 127px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/127px;	/* Other browsers */
		height: /**/127px;

	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #3A7EA6;
		padding:0px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #3A7EA6;
		padding:0px;
	}
	#theImages{
		position:absolute;top:22px;
		height:127px;
		left:15px;
		width:100000px;
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:50px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.7em;
		font-family:tahoma, arial;
	}

	#theImages .imageCaption{
		display:none;
	}