	
	#dhtmlgoodies_slideshow{
        width:428px;	/* Total width of slideshow */
        text-align: center;        
	}
	
	#previewPane_p{
        margin:0px;	
        padding:0px;
        text-align:center;
        vertical-align:middle;
        float:left;        
	}

/* cadre de la photo principale */	
	#previewPane{
        height:300px;
        width:310px;
	}
	
	#waitMessage{
		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;	
	}		
	#galleryContainer_p{	/* Big Div surrounding up image, list of images and down image */
		float:left;	/* Floating */			
		border:0px solid #000;	/* Black border */		
		padding-top:5px;
	}
	#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
        width: 108px;
        background-image: url('/fyh/images/new_look/masque.gif');
        background-repeat: no-repeat;
        background-position: top center;		
	}
	#galleryContainer #arrow_down{	/* Arrow down image */
        margin:0px;
        padding:0px;
	}
	#galleryContainer #arrow_up{
        margin:0px;
        padding:0px;
	}
	
	#theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:230px;	/* Height of boxes for the images */
	}
	#theImages div{	
		position:relative;	/* Don't change this */
		height:1500px;	/* Higher than total height of thumbnails */
	}
	#theImages img{
		border:0px;	/* No border */
		filter:alpha(opacity=100);	/* Transparency - IE */
		opacity:1; /* Transparency - Firefox */
		padding:0px;	/* Space between images */
		text-align: center;
	}
	#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;
	}
		