
	#dhtmlgoodies_slideshow{
		width:950px;	/* Total width of slideshow */


	}
	#previewPane{
		border:1px;
		margin-right:5px;	
		text-align:center;
		vertical-align:middle;
		padding-top:15px;
		padding-left:30px;
		
		
		/* CSS HACK */
		height: 437px;	/* IE 5.x */
		height/* */:/**/405px;	/* Other browsers */
		height: /**/405px;
		
		width:750px;		
		float:left;
				
	}
	#waitMessage{
		display:none;
		position:absolute;
		left:345px;
		top:230px;
		background-color:#70486B;
		border:3px double #FFFFFF;
		padding:4px;
		color:#FFFFFF;
		font-size:0.9em;
		font-family:arial;	
	}
	#whitebordergalleryContainer{
	background-color:#FFFFFF;
	height:388px;
	width:721px;
	margin-top:-10px;
    padding-top:7px;
	}	
	#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
	margin-top:10px;
		float:left;	/* Floating */
		
		/* CSS HACK */
		height: 371px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		height/* */:/**/355px;	/* Other browsers */
		height: /**/355px;
		
		/* CSS HACK */
		width: 129px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		width/* */:/**/125px;	/* Other browsers */
		width: /**/125px;
				
		border:1px;	/* Black border */
		padding-left:1px;
		padding-right:1px;
		padding-top:5px;
		padding-bottom:5px; /* A little space between the black border and the content inside */
		
	}
	#galleryContainer #arrow_down{	/* Arrow down image */
		height:20px;
		padding-top:3px;
	}
	#galleryContainer #arrow_up{
		height:20px;	/* Arrow up image */
		padding-bottom:2px;
	}
	
	#theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:470px;	/* Height of boxes for the images */
	}
	#theImages div{	
		position:relative;	/* Don't change this */
		height:2000px;	/* Higher than total height of thumbnails */
		
	}
	#theImages img{
		border:0px;	/* No border */
		filter:alpha(opacity=100);	/* Transparency - IE */
		opacity:1; /* Transparency - Firefox */
		padding-top:1px;	/* Space between images */
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:normal;
		font-weight:bold;
		text-align:left;
		font-family:"Times New Roman", Times, serif;	/* Font to use */
		font-size:10pt;
		margin-top:8px;
		color:#FFFFFF;
	}
	#previewPane #lowerImageCaption{
		font-style:normal;
		text-align:left;
		margin-top:1px;
		font-family:Arial, Helvetica, sans-serif;	/* Font to use */
		font-size:9pt;
		color:#CCCCCC;    
	}
	#theImages .imageCaption{
		display:none;
	}