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


	}
	
	#previewPane{
		margin-right:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:30px;
		
		
		/* CSS HACK */
		height: 475px;	/* IE 5.x */
		height/* */:/**/475px;	/* Other browsers */
		height: /**/475px;
		
		width:580px;		
		float:left;
				
	}
	#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;	
	}	
	#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
		float:left;	/* Floating */
		
		/* CSS HACK */
		height: 475px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		height/* */:/**/475px;	/* Other browsers */
		height: /**/475px;
		
		/* CSS HACK */
		width: 130px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		width/* */:/**/130px;	/* Other browsers */
		width: /**/130px;
	background:url(../images/bg_filmstrip.jpg);
	margin-left:15px;
	
		
		
	}
	#galleryContainer #arrow_down{	/* Arrow down image */
		height:35px;
				padding-left:30px;

	}
	#galleryContainer #arrow_up{
		height:35px;	/* Arrow up image */
				padding-left:30px;

	}
	
	#theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:405px;	/* Height of boxes for the images */
	}
	#theImages div{	
		position:relative;	/* Don't change this */
		height:1500px;	/* Higher than total height of thumbnails */
		padding-left:30px;
		
	}
	#theImages img{
		border:0px;	/* No border */
		filter:alpha(opacity=80);	/* Transparency - IE */
		opacity:0.8; /* Transparency - Firefox */
		padding-bottom:10px;	/* Space between images */
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		text-align:center;
		font-size:16px;
		color:#EE7F00;
		margin-top:10px;
	}
	#theImages .imageCaption{
		display:none;
	}
