	#dhtmlgoodies_slideshow{
		width:860px;	/* Total width of slideshow */
		height:500px;
	}
	#previewPane{
		border:2px solid #FFF;
		margin-right:45px;
		margin-left:45px;
		margin-top:55px;
		text-align:center;
		vertical-align:middle;
		padding:2px;
		
		/* CSS HACK */
		height/* */:/**/400px;	/* Other browsers */
		height: /**/400px;
		
		width:595px;		
		float:left;
	}
	#waitMessage{
		display:none;
		position:absolute;
		left:260px;
		top:240px;
		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 */
		margin-top:6px;
		background-color:#ffffff;
		
		/* CSS HACK */
		height/* */:/**/500px;	/* Other browsers */
		height: /**/500px;
		
		/* CSS HACK */
		width/* */:/**/150px;	/* Other browsers */
		width: /**/150px;
				
		border:1px solid #000;	/* Black border */		
		padding:1px;	/* A little space between the black border and the content inside */
	}
	#galleryContainer #arrow_down{	/* Arrow down image */
		height:44px;
	}
	#galleryContainer #arrow_up{
		height:44px;	/* Arrow up image */
	}
	#theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:412px;	/* Height of boxes for the images */
	}
	#theImages div{	
		position:relative;	/* Don't change this */
		height:492px;	/* Higher than total height of thumbnails */
	}
	#theImages img{
		border:1px;	/* No border */
		filter:alpha(opacity=70);	/* Transparency - IE */
		opacity:0.7; /* Transparency - Firefox */
		padding-top:1px;	/* Space between images */
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
	}