	#dhtmlgoodies_slideshow{
		width:582px;	/* Total width of slideshow */
		padding-top:10px;

	}
	
	#previewPane{
		margin-bottom:10px;	
		margin-top:10px;
		text-align:center;
		vertical-align:middle;
		padding-top:10px;

		position:relative;
		
		/* CSS HACK */
		height: 342px;	/* IE 5.x */
		height/* */:/**/330px;	/* Other browsers */
		height: /**/330px;
				
	}
	#previewPane img{
		line-height:300px;
	}
	#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;
	}
	#galleryContainer{
		
		height:177px;	/* Height of the images + 2 */
		position:relative;
		overflow:hidden;
		padding:1px;
		/* CSS HACK */
		height: 179px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/177px;	/* Other browsers */
		height: /**/177px;
				
	}
	#smallGalleryContainer{
		
		height:167px;	/* Height of the images + 2 */
		position:relative;
		text-align:center;
		overflow:hidden;
		padding:1px;
		/* CSS HACK */
		height: 169px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/167px;	/* Other browsers */
		height: /**/167px;
				
	}
	#fleche1{
		position:absolute;
		left:0px;
		z-index:10;
		padding:45px 0px 45px 0px;
	}
	#fleche2{
		position:absolute;
		right:0px;
		z-index:10;
		padding:45px 0px 45px 0px;		
	}
	#theImages{
		position:absolute;
		height:100px;
		left:27px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}
	
	#audiopane{
		position:absolute;
		left:45px;
		top:9px;
		background:url('../images/audio_bg.gif') no-repeat;
		border:none;
		padding:0px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background:none;
		border:none;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
