	body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
		background-repeat:no-repeat;
		padding-top:20px;
	background-color: #000000;
}
	
	}
	a:link {
	color: #999999;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
	#dhtmlgoodies_slideshow{
		width:900px;	/* Total width of slideshow */

	}
	
	#previewPane{
		border:3px solid #CCCCCC;
		margin-right:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:20px;
		background-color:#FFFFFF;
		
		
		/* CSS HACK */
		height: 725px;	/* IE 5.x */
		height/* */:/**/720px;	/* Other browsers */
		height: /**/720px;
		
		width:615px;		
		float:left;
				
	}
	#waitMessage{
		display:none;
		position:fixed;
		left:5px;
		top:5px;
		border:3px double #000;
		padding:0px;
		color:#555;
		font-size:0.2em;
		font-family:arial;	
	}	
	#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
		float:left;	/* Floating */
		
		/* CSS HACK */
		height: 595px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		height/* */:/**/590px;	/* Other browsers */
		height: /**/590px;
		
		/* CSS HACK */
		width: 190px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		width/* */:/**/200px;	/* Other browsers */
		width: /**/200px;
				
		border:0px solid #000;	/* Black border */		
		padding:1px;	/* A little space between the black border and the content inside */
		margin-top:0px;
		
	}
	
	#theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:715px;	/* Height of boxes for the images */
	}
	#theImages div{	
		position:relative;	/* Don't change this */
		height:1500px;	/* Higher than total height of thumbnails */
		
	}
	#theImages img{
		filter:alpha(opacity=50);	/* Transparency - IE */
		opacity:0.5; /* Transparency - Firefox */
		padding-top:1px;	/* Space between images */
		border:0px;
	}
	#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;
	}
	#theImages .imageCaption{
		display:none;
	}
	