#dhtmlgoodies_slideshow{
		width:950px;
		height:380px;/* Total width of slideshow */
	}
	
	#previewPane{
		/*border:1px solid #000;*/
		margin-right:30px;	
		text-align:left;
		/* CSS HACK */
		height: 560px;	/* IE 5.x */
		height/* */:/**/560px;	/* Other browsers */
		height: /**/560px;
		width:822px;		
		float:left;
	}
	#waitMessage{
		display:none;
		position:absolute;
		left:410px;
		top:270px;
		background-color:#FFFFFF;
	}	
	#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
		float:left;	/* Floating */
		margin-left:-15px;
		/* CSS HACK */
		height: 557px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		height/* */:/**/557px;	/* Other browsers */
		height: /**/557px;
		
		/* CSS HACK */
		width: 40px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		width/* */:/**/40px;	/* Other browsers */
		width: /**/40px;
				
		border:0px solid #000;	/* Black border */		
		padding:0px;
			/* A little space between the black border and the content inside */
		
	}
	#galleryContainer #arrow_down{	/* Arrow down image */
	padding-top:3px;
	*padding-top:4px;
	}
	#galleryContainer #arrow_up{
	position:absolute;
	margin-top:-20px;
	*margin-top:-26px;
	}
	
	#theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:540px;	/* 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-bottom:10px;	/* Space between images */
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		text-align:left;
		font-family: Verdana, Arial, Helvetica, sans-serif;	/* Font to use */
		font-size:11px;
		color:#000643;
		padding-top:5px;
	}
	#theImages .imageCaption{
		display:none;
	}