
	#dhtmlgoodies_slideshow{
		width:561px;	/* Total width of slideshow */


	}
	
	#previewPane{
		border:1px solid #ded5c9;
		margin-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:10px;
		position:relative;
		
				
	}
	#previewPane img{
		line-height:400px;
	}
	#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:80px;	/* Height of the images + 2 */
		border:1px solid #ded5c9;
		position:relative;
		overflow:hidden;
		padding:14px 0 14px 0;
		
		/* CSS HACK */
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		padding:0px 0 0 0;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		padding:0px;		
	}
	#theImages{
		position:absolute;
		height:80px;
		left:25px;
		right:25px;
		width:10000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:2px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:1px solid #d8d1bd;
		margin:0 10px 0 0;
	}

	#theImages .imageCaption{
		display:none;
	}