	
	#dhtmlgoodies_slideshow{
		width:700px;	/* Total width of slideshow */


	}
	
	#previewPane{
		border:0;
		margin-bottom:10px;	

		position:absolute;
		top:0px;
		left:0px;
		
		/* CSS HACK */
		height: 432px;	/* IE 5.x */
		height/* */:/**/420px;	/* Other browsers */
		height: /**/420px;
				
	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	
	}
	#galleryContainer{
		
		height:102px;	/* Height of the images + 2 */
		position:relative;
		overflow:hidden;
		
		/* CSS HACK */
		height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/102px;	/* Other browsers */
		height: /**/102px;
		width:440px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
	}
	#theImages{
		position:absolute;
		height:100px;
		top:17px;
		left:19px;
		width:150000px;
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding-right:4px;
		filter: alpha(opacity=100);
		opacity: 1;
		cursor:pointer;
		border:0px;
	}
	
	
	#waitMessage{
		display:none;
		position:absolute;
		left:10px;
		top:125px;
		padding:4px;
		color:#4D4D4D;
		font-size:11px;
	}
	
	#theImages .imageCaption{
		display:none;
	}