	
	#dhtmlgoodies_slideshow{
		width:280px;	/* Total width of slideshow */
		
		}
	
	#previewPane{
		border:1px solid #000000;
		margin-right:1px;	

		/* CSS HACK */
		height: 190px;	/* IE 5.x */
	
		width:200px;		
		float:left;
				
	}
	#waitMessage{
	visibility:hidden;
		display:none;
		position:absolute;
		background-color:#FFF;
		border:3px double #000000;
		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: 192px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		
		/* CSS HACK */
		width: 65px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
				
		border:1px solid #000000;	/* Black border */		
		
	}
	#galleryContainer #arrow_down{	/* Arrow down image */
		height:15px;

	}

	#galleryContainer #arrow_up{
		height:15px;
			/* Arrow up image */
	}
	
	#theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:157px;	/* 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 */
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
	font-weight:bold;
	padding-bottom:1px;
	float:right;
	margin-right:10px;
	visibility:hidden;
	}
	#theImages .imageCaption{
		display:none;
	}
	
	
	
#back{
color:#0000CC;
font-size:9px;
font-family:Verdana, Arial, Helvetica, sans-serif;
cursor:pointer;
font-weight:bold;
float:left;
margin-left:10px;
padding-bottom:1px;
}