	#dhtmlgoodies_slideshow{
		width:538px;	/* Total width of slideshow */


	}
	
	#previewPane{
		border:0px solid #000;
		text-align:center;
		vertical-align:middle;
		padding-top:20px;
		
		
		/* CSS HACK */
		height: 422px;	/* IE 5.x */
		height/* */:/**/380px;	/* Other browsers */
		height: /**/380px;
		
		width:538px;		
		float:left;
				
	}
	
	#previewPane img{
		vertical-align:middle;
		text-align:center;
	}
	#waitMessage{
		display:none;
		position:absolute;
		text-align:center;
		top:400px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}	
	#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
		float:left;	/* Floating */
		
		/* CSS HACK */
		height: 434px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		height/* */:/**/420px;	/* Other browsers */
		height: /**/420px;
		
		/* CSS HACK */
		width: 224px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		width/* */:/**/220px;	/* Other browsers */
		width: /**/220px;
				
		border:0px solid #000;	/* Black border */		
		padding:0px;	/* A little space between the black border and the content inside */
		
	}
	#galleryContainer #arrow_down{	/* Arrow down image */
		height:35px;
	}
	#galleryContainer #arrow_up{
		height:35px;	/* Arrow up image */
	}
	
	#theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:345px;	/* Height of boxes for the images */
	}
	#theImages div{	
		position:relative;	/* Don't change this */
		height:1500px;	/* Higher than total height of thumbnails */
		
	}
	#theImages img{
		border:0px;	/* No border */
		padding-top:10px;	/* Space between images */
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:bold;
		text-align:center;
		font-family: Georgia, Arial, sans-serif;	/* Font to use */
		color:#ffffff;
		font-size:0.1em;
	}
	#theImages .imageCaption{
		display:none;
	}