	#dhtmlgoodies_slideshow{
		width:587px;	/* Total width of slideshow 720px*/
		padding-top:5px; /* pour ce détacher un peu du bord de l'onglet */
	}
	
	#previewPane5{
		border:0px; /* border:1px solid #000; */
		margin-right:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:10px;
		
		
		/* CSS HACK */
		height: 352px;	/* IE 5.x 452px */
		height/* */:/**/380px;	/* Other browsers 420px */
		height: /**/380px; /** 420px */
		
		width:480px; /** 580px */		
		float:left;
				
	}
	#waitMessage5{
		/** display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	*/
		
		display:none;
	      position: absolute;
	      width: 100px;        /* selon la largeur voulue */
    		margin-left: 1%; 	/* moitie de width */
	      left: 50%;          /* constant, toujours 50% */
	      height: 20px;       /* selon la quantite de texte */
    		margin-top: 10px;   /* moitie de height */
	      top: 300px;            /* constant, toujours 50% */
		color: #FFFFFF;
   		border:3px double #000;
    		background-color:#0066CC;
		font-size:0.9em;
		font-family:arial;
	}

	#galleryContainer5{	/* Big Div surrounding up image, list of images and down image */
		float:left;	/* Floating */
		
		/* CSS HACK */
		height: 354px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding  454px*/
		height/* */:/**/388px;	/* Other browsers 438px */
		height: /**/388px; /** 438px */
		
		/* CSS HACK */
		width: 84px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding 124px*/
		width/* */:/**/80px;	/* Other browsers  120px */
		width: /**/80px; /** 120px */
				
		border:1px solid #000;	/* Black border */		
		padding:1px;	/* A little space between the black border and the content inside */
		margin-left:10px; /* ecart entre la photo et le bandeau vertical de thumbnails */
	}
	#galleryContainer5 #arrow_down5{	/* Arrow down image */
		height:23px; /**  35px*/
	}
	#galleryContainer5 #arrow_up5{
		height:23px;	/* Arrow up image 35px*/
	}
	
	#theImages5{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:335px;	/* Height of boxes for the images 375px*/
	}
	#theImages5 div{	
		position:relative;	/* Don't change this */
		height:1500px;	/* Higher than total height of thumbnails */
		
	}
	#theImages5 img{
		border:0px;	/* No border */
		filter:alpha(opacity=50);	/* Transparency - IE */
		opacity:0.5; /* Transparency - Firefox */
		padding-top:1px;	/* Space between images */
	}
	#previewPane5 #largeImageCaption5{	/* 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;
		padding-top:10px;
	}
	#theImages5 .imageCaption5{
		display:none;
		padding-top:10px;
	}
