
	#dhtmlgoodies_slideshow{
		width:800px;	/* Total width of slideshow */
		position:relative;
		top:10px;
	}
	
	#previewPane{
		border:none;
		margin-top: 10px;
		margin-bottom:10px;
		text-align:center;
		vertical-align:middle;

		position:relative;
		
		/* CSS HACK */
		height: 320px;	/* IE 5.x */
		height/* */:/**/320px;	/* Other browsers */
		height: /**/320px;
				
	}
	#previewPane img{
		line-height:300px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		color:#993300;
		text-align:center;
		/*font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	 Font to use */
		font-size:1.0em;
	}
	#galleryContainer{
		
		height:83px;	/* Height of the images + 2 */
		border:none;
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 85px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/83px;	/* Other browsers */
		height: /**/83px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		padding:0px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		padding:0px;		
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:0px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:none;
	}

	#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;	
	}
	
	#theImages .imageCaption{
		display:none;
	}