	
	#dhtmlgoodies_slideshow{
			/* Total width of slideshow */
		float:left; 
		width:310px;

	}
	
	#previewPane{
		border:0px solid #CCCCCC;
		text-align:center;
		vertical-align:left;
		padding-top:0px;
		position:relative;
		
		/* CSS HACK */
		height: 310px;	/* IE 5.x */
		height/* */:/**/310px;	/* Other browsers */
		height: /**/310px;
				
	}
	#previewPane img{
		line-height:303px;
	}
	#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:11px;
		
	}
	#galleryContainer{
		
		height:80px;	/* Height of the images + 2 */
		position: relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 80px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/80px;	/* Other browsers */
		height: /**/80px;
				
	}
	#arrow_left{
	position:absolute;
	vertical-align:middle;
	height:64px;
	left:0px;
	z-index:10;
	padding-top:20px;
	padding-right:5px;
	padding-left:1px;
	padding-bottom:1px;
	background-color: #FFFFFF;
	width:20px;
		
	}
	#arrow_right{
	position:absolute;
	right:0px;
	vertical-align:middle;
	height:70px;
	z-index:10;
	padding-top:20px;
	padding-right:1px;
	padding-left:5px;
	padding-bottom:1px;
	background-color: #FFFFFF;
	width:20px;
				
	}
	#theImages{
		position:absolute;
		height:64px;
		width:100000px;
		float:left;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
		width:90px;
	}

	#waitMessage{
		display:none;
		position:absolute;
	}
	
	#theImages .imageCaption{
		display:none;
	}
	
