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


	}
	
	#previewPane{
		margin-right:7px;	
		text-align:center;
		background: #e8e4da;
		/* padding-top:30px; */
		height: 320px;
	 	width: 580px;		
		float:left;
				
	}
	#waitMessage{
		display:none;
		position:absolute;
		left: 200px;
		top: 150px;
		background-color:#EBDBBB;
		border:1px solid #D4B169;
		padding: 4px;
	}	
	#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
		float:left;
	  	height: 320px;
		width: /**/198px;
		background: #e8e4da;
		text-align: center;
	
	}
  /*	
	#arrow_up{
	margin-bottom: 5px;
	
	}
	*/
	
	#galleryContainer img.imgal{
		padding: 5px 0;
	
	}
	
	
	#galleryContainer #arrow_down{	/* Arrow down image */
		height:24px;
	}
	#galleryContainer #arrow_up{
		height:24px;	/* Arrow up image */
	}
	
	#theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:272px;	/* 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=90);	/* Transparency - IE */
		opacity:0.9; /* Transparency - Firefox */
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		text-align:center;
		display:none;
		font-size: 2px;
		color: #E8E4DA;
	}
	#theImages .imageCaption{
		display:none;
	}
	
	

