#dhtmlgoodies_slideshow{ height:415px;}
#previewPane{
		border:1px solid #666;
		margin-right:13px;	
		text-align:justify;
		vertical-align:middle;
		padding:2px;
		
		
		/* CSS HACK */
		height: 460px;	/* IE 5.x */
		height/* */:/**/428px;	/* Other browsers */
		height: /**/428px;
		
		width:550px;		
		float:left;
				
	}
	#waitMessage{
		display:none;	
	}	
	#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
		float:left;	/* Floating */
		
		/* CSS HACK */
		height: 443px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		height/* */:/**/427px;	/* Other browsers */
		height: /**/427px;
		
		/* CSS HACK */
		width: 124px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		width/* */:/**/120px;	/* Other browsers */
		width: /**/120px;
				
		border:1px solid #666;	/* Black border */		
		padding:2px;	/* 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:357px;	/* 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:1px;	/* Space between images */
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:justify;
		font-family: Arial;	/* Font to use */
		font-size:14px;
	}
	#theImages .imageCaption{
		display:none;
	}