	#dhtmlgoodies_slideshow{
		width:612px;	/* Total width of slideshow */
	}

	#previewPane{
		border:1px solid #CCCCCC;
		text-align:center;
		vertical-align:middle;
		padding-top:10px;
		background-color:#444444;
		position:relative;

		/* CSS HACK */
		height: 432px;	/* IE 5.x */
		height/* */:/**/420px;	/* Other browsers */
		height: /**/420px;

	}
	#previewPane img{
		line-height:400px;
		max-width:550px;
		max-height:400px;
		vertical-align:bottom;
	}
	#largeImageCaption{	/* CSS styling of image caption below large image */
		text-align:center;
		font-size:1.1em;
		background-color:#ffe7f9;
		width:608px;
		border:1px solid #444444;
		height:100%;
		margin-left:1px;
		color:#000;
	}
	#galleryContainer{
		height:50px;	/* Height of the images + 2 */
		border:1px solid #CCCCCC;
		position:relative;
		overflow:hidden;
		padding:1px;
		background-color:#444444;
		/* CSS HACK */
		height: 50px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/50px;	/* Other browsers */
		height: /**/50px;

	}
	#fleche_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #444444;
		padding:1px;
	}
	#fleche_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #444444;
		padding:1px;
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		top:3px;
		width:100000px;

	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		margin:0 10px 0 10px;
		filter: alpha(opacity=70);
		opacity: 0.5;
		cursor:pointer;
		border:1px solid #ff88e1;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:270px;
		top:170px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;
	}

	#theImages .imageCaption{
		display:none;
	}
