	#dhtmlgoodies_slideshow{
		width:126px;	/* Total width of slideshow */
	}
	#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
		float:left;	/* Floating */
		
		/* CSS HACK */
		height: 552px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		height/* */:/**/436px;	/* Other browsers */
		height: /**/436px;
		
		/* CSS HACK */
		width: 128px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		width/* */:/**/126px;	/* Other browsers */
		width: /**/126px;
				
		border: 0px;	/* Black border */		
		padding: 0 0 0 0;	/* A little space between the black border and the content inside */
	}
	#galleryContainer #arrow_up{
		height:26px;	/* Arrow up image */
		text-align:center;		
		padding:0 0 0 0;		
	}
	#galleryContainer #arrow_down{	/* Arrow down image */
		height:26px;
		text-align:center;
		padding:0 0 0 0;
		margin:0 0 0 0;		
	}
	#theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:384px;	/* Height of boxes for the images */
		padding:0 0 0 0;
		margin:0 0 0 0;	
	}
	#theImages div{	
		position:relative;	/* Don't change this */
		height:1500px;	/* Higher than total height of thumbnails */
	}
	#theImages img{
		border: 1px solid #ff0000;	/* No border */
		filter: alpha(opacity=80);	/* Transparency - IE */
		opacity: 0.8; /* Transparency - Firefox */
		padding: 0px;	/* Space between images */
		display: block;
		margin-top:6px;
	}
	#theImages .imageCaption{
		display: none;
	}