	#dhtmlgoodies_slideshow{
		width:407px;	/* Total width of slideshow */


	}
	
	#previewPane{		
	border:solid 1px #CCCCCC;
	margin-bottom:5px;	
				
	}
	#previewPane img{
		width:400px;
		border:none;
	}
	#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{		

		position:relative;
		overflow:hidden;
		height:72px;
		background-color:#CCCCCC;
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
		margin-bottom:10px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
	}
	#theImages{
		position:absolute;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		cursor:pointer;
		border:0px;
		margin:4px 0px 4px 6px!important;
		margin:4px 0px 4px 3px;
		height:62px;
	}

	#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;
	}
