
	#dhtmlgoodies_slideshow{
	/* Total width of slideshow */

	}
	
	#previewPane{
		border:0px solid #E9D9B8;
		margin-right:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:30px;
		
		/* CSS HACK */
	
		float:left;
	}
	#waitMessage{
		display:none;
		position:absolute;
		
		background-color:#FFF;
		border:1px double #E9D9B8;
		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: 454px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		height/* */:/**/438px;	/* Other browsers */
		height: /**/438px;
		
		/* CSS HACK */
		width: 125px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		width/* */:/**/125px;	/* Other browsers */
		width: /**/125px;
				
		border:1px solid #AEADAD;	/* Black border */		
		padding:1px;	/* A little space between the black border and the content inside */
		
	}
	#galleryContainer #arrow_down{	/* Arrow down image */
		height:30px;
		
	}
	#galleryContainer #arrow_up{
		height:30px;	/* Arrow up image */
		
	}
	
	#theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:390px;	/* Height of boxes for the images */
		width:95px;
	}
	#theImages div{	
		position:relative;	/* Don't change this */
			/* Higher than total height of thumbnails */
		overflow:auto;
		float:right;
	}
	#theImages img
	{
		border:1px;	/* No border */
		border-color:#aaaaaa;
		filter:alpha(opacity=50);	/* Transparency - IE */
		opacity:0.5; /* Transparency - Firefox */
		padding-top:1px;	/* Space between images */
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */

		font-family: Tahoma,Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		
		font-size: 8pt; text-transform:uppercase; color: #003366; font-weight:bold;
		
	}
	#theImages .imageCaption{
		display:none;
	}