	#dhtmlgoodies_slideshow{
		width:150px;	/* Total width of slideshow */
	}
	
	#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
		float:left;	/* Floating */
		/* CSS HACK */
		height: 248px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		height/* */:/**/248x;	/* Other browsers */
		height: /**/248px;
		
		/* CSS HACK */
		width: 150px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		width/* */:/**/150px;	/* Other browsers */
		width: /**/150px;
				
		border:0px solid #000;	/* Black border */		
		padding:1px;	/* A little space between the black border and the content inside */
		
	}
	
	#theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:248px;	/* Height of boxes for the images */
		line-height:1.5;
		font-size:12px;
		font-family:Arial;
		font-weight:Bold;


	}
	#theImages div{	
		position:relative;	/* Don't change this */
		height:300px;	/* Higher than total height of thumbnails */
		
	}