	#dhtmlgoodies_slideshow{
		width:600px;	/* Total width of slideshow */


	}
	
	#previewPane{
		border:none;
		margin-bottom:4px;	
		text-align:center;
		vertical-align:middle;
		padding-top:10px;

		position:relative;
		
		/* CSS HACK */
		height: auto;	/* IE 5.x */
		height/* */:/**/auto;	/* Other browsers */
		height: /**/auto;
				
	}
	#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;
	}
	#galleryContainer{
		
		height:72px;	/* Height of the images + 2 */
		border:none;
		position:relative;
		overflow:hidden;
		padding:1px;
		width:344px;
		
		/* CSS HACK */
		height: 74px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/72px;	/* Other browsers */
		height: /**/72px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		background-color: #FFF;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		background-color: #FFF;
		padding:1px;		
	}
	#theImages{
	position:absolute;
	height:70px;
	left:5px;
	width:100000px;
	top: 2px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=90);
		opacity: 0.9;
		cursor:pointer;
		border:none;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:none;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;
		visibility:hidden;
	}
	
	#theImages .imageCaption{
		display:none;
	}
