	body{
		
		background-repeat:no-repeat;
		padding-top:5px;
	}
	#dhtmlgoodies_slideshow{
		width:620px;	/* Total width of slideshow */


	}
	
	#previewPane{
		margin-right:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:5px;
		
		
		/* CSS HACK */
		height: 452px;	/* IE 5.x */
		height/* */:/**/420px;	/* Other browsers */
		height: /**/420px;
		
		width:470px;		
		float:left;
				
	}
	
	#previewPane1{
		border:0px solid #000;
		margin-right:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:5px;
		
		
		/* CSS HACK */
		height: 452px;	/* IE 5.x */
		height/* */:/**/430px;	/* Other browsers */
		height: /**/430px;
		
		width:540px;		
		float:left;
				
	}
	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:100px;
		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:right;	/* Floating */
		
		/* CSS HACK */
		height: 435px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		height/* */:/**/420px;	/* Other browsers */
		height: /**/420px;
		
		/* CSS HACK */
		width: 120px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		width/* */:/**/100px;	/* Other browsers */
		width: /**/100px;
				
		border:0px solid #ccc;	/* Black border */		
		padding:5px;	/* A little space between the black border and the content inside */
		
	}
	#galleryContainer #arrow_down{	/* Arrow down image */
		height:35px;
	}
	#galleryContainer #arrow_up{
		height:35px;	/* Arrow up image */
	}
	
	#theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:350px;	/* 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-top:2px;	/* Space between images */
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		text-align:center;
		font-family: Arial;	/* Font to use */
		font-size:0.9em;
		padding-left:15px;
		padding-right:15px;
	}
	#theImages .imageCaption{
		display:none;
	}
	
	
	#buttonPane1{
		position:absolute;
		border:0px solid #000;
		margin-right:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:365px;
		padding-bottom:10px;
		
		
		/* CSS HACK */
		height: 30px;	/* IE 5.x */
		height/* */:/**/20px;	/* Other browsers */
		height: /**/20px;
		
		width:485px;		
		float:left;
				
	}
	#autoPane1{
		position:relative;
		border:0px solid #000;
		margin-right:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:5px;
		padding-bottom:10px;
		font-family: Arial;	/* Font to use */
		font-size:0.79em;
		font-weight:bold;
		COLOR: #6699FF; 
		
		
		height: 30px;	/* IE 5.x */
		height/* */:/**/20px;	/* Other browsers */
		height: /**/20px;
		
		width:490px;		
		float:left;
				
	}
	
	#button1{	/* CSS styling of image caption below large image */
		font-family: Arial;	/* Font to use */
		font-size:0.9em;
		padding-left:5px;
		padding-right:15px;		
		float:left;
	}

	#button2{	/* CSS styling of image caption below large image */
		font-family: Arial;	/* Font to use */
		font-size:0.9em;
		padding-left:15px;
		padding-right:5px;		
		float:right;
	}

.button1 {
	FONT-SIZE: 16px; 
	BACKGROUND: #CC3300; 
	font-weight: bold;
	CURSOR: pointer; 
	COLOR: #FFFFFF; 
	FONT-FAMILY: arial; 
	BORDER-RIGHT: #FF6600 1px solid; 
	BORDER-TOP: #FF6600 1px solid; 
	BORDER-LEFT: #FF6600 1px solid; 
	BORDER-BOTTOM: #FF6600 1px solid; 
	WIDTH: 35px; 
	HEIGHT: 25px; 
	BORDER-BOTTOM-STYLE: absolute
}

.button2 {
	FONT-SIZE: 12px; 
	BACKGROUND: #808080; 
	font-weight: bold;
	CURSOR: pointer; 
	COLOR: #FFFFFF; 
	FONT-FAMILY: arial; 
	BORDER-RIGHT: #cccccc 1px solid; 
	BORDER-TOP: #cccccc 1px solid; 
	BORDER-LEFT: #cccccc 1px solid; 
	BORDER-BOTTOM: #cccccc 1px solid; 
	WIDTH: 100px; 
	HEIGHT: 25px; 
	BORDER-BOTTOM-STYLE: absolute
}