 
	#dhtmlgoodies_slideshow{
		width:100%;	/* Total width of slideshow */  
	}
	
	#previewPane{ 
		margin-right:10px;	
		text-align:center;
		vertical-align:middle; 
		width:460;		
		float:left; 
	} 
	#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
		float:left;	/* Floating */    	
		padding:1px;	/* A little space between the black border and the content inside */
		border:2px solid;
		
	} 
	
	#theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;  
		width: 125;		
		height:150px;	/* Height of boxes for the images */
	} 
	#theImages div{	
		position:relative;	/* Don't change this */   
	}
	#theImages img{
		border:0px;	/* No border */ 
		padding-top:5px;	/* Space between images */ 
		padding-bottom:5px;	/* Space between images */ 
	}
	#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;
	}
	#theImages .imageCaption{
		display:none;
	}


