	#dhtmlgoodies_slideshow{
		width:600px;	/* Total width of slideshow */
		background: #FFFFFF;
		text-align:center;
		font-family:Verdana, Arial, Helvetica, sans-serif;	/* Font to use */
		color:#000;
		font-size:10px;
		height: 350px;
	}
	
	#previewPane{
		border:0px solid #000;
		margin-right:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:10px;
		height: 350px;
		width:430px;		
		float:left;
		background-color:#FFF;
				
	}
	#waitMessage{
		display:none;
		/*position:absolute;
		left:50px;
		top:50px;
		border:2px double #000;*/
		width:400px;
		background-color:#FFF;
		padding:1px;
		color:#000;
		font-size:10px;
		font-family:Verdana, Arial, Helvetica, sans-serif;	
	}	
	#galleryContainer{
		float:left;
		height: 360px;
		width: 100px;
		border:0px solid #000;		
		padding:1px;
		background-color:#FFF;
	}
	#galleryContainer #arrow_down{	/* Arrow down image */
		height:35px;	/* Arrow up image */
		width: 140px;
		text-align:center;
		cursor:pointer; 
	}
	#galleryContainer #arrow_up{
		height:35px;	/* Arrow up image */
		width: 140px;
		text-align:center;
		cursor:pointer; 
	}
	
	#theImages{	/* DIV where the images are located */
	    width: 140px;
		position:relative;
		overflow:hidden;
		height:285px;	/* 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 */
		filter:alpha(opacity=50);	/* Transparency - IE */
		opacity:0.5; /* Transparency - Firefox */
		padding:4px;	/* Space between images */
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		text-align:center;
		width:400px;
		font-family:Verdana, Arial, Helvetica, sans-serif;	/* Font to use */
		color:#000;
		font-size:10px;
	}
	#theImages .imageCaption{
		display:none;
	}