
	#dhtmlgoodies_slideshow{
		width:503px;
    background:url(../images/charte/diaporama.gif) no-repeat left top;
    float:left;
    margin-left:50px;
    margin-top:15px;
    display:inline;
    height:320px
	}
	
	#previewPane{
		text-align:center;
		height:280px;
		width:280px;
		float:left;
    margin-left:32px;
    margin-top:12px;
    margin-right:64px;
    display:inline;
	}
	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:green;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;
	}
	#galleryContainer{
		float:left;
		height: 290px;
		width: 96px;
    margin-top:8px;

	}
	#galleryContainer #arrow_down{
		height:19px;
    cursor:pointer;
	}
	#galleryContainer #arrow_up{
		height:19px;
    cursor: pointer;
	}

	#theImages{
		position:relative;
		overflow:hidden;
		height:252px;

	}
	#theImages div{
		position:relative;
		height:1500px;
		
	}
	#theImages img{
		border:0px;
		opacity:0.5;
		}
	#previewPane #largeImageCaption{
	}
	#theImages .imageCaption{
		display:none;
	}