h1 {
	font-family: amaze, amazone bt, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	color: #990099;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	color: #0000DD;
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-align: center;
	color: #009900;
	}

body{   font-family: Arial, Helvetica, sans-serif;
        font-size: 14pt;
	color: #990099;
	margin: 1em 2em 2em 2em;
			}
a:link, a:visited{
	font-size: 11pt;
      	}

a:hover{
        background: #FFFF66;
	color: #FF0000;
	}
a:visited{
	color: #990099;
	}

	#dhtmlgoodies_slideshow{
		width:980px;	/* Total width of slideshow */


	}	
	#previewPane{
		border:0;
		margin-right:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:30px;
		
		
		/* CSS HACK */
		height: 452px;	/* IE 5.x */
		height/* */:/**/420px;	/* Other browsers */
		height: /**/640px;
		
		width:820px;		
		float:left;
				
	}
	#waitMessage{
		display:none;
		position:absolute;
		left:250px;
		top:300px;
		background-color:#ffff66;
		border:1px solid #ff0000;
		padding:4px;
		color:#0000ff;
		font-size:0.9em;
		font-weight: bold;
		font-family:arial;	
	}	
	#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
		float:right;	/* Floating */
		
		/* CSS HACK */
		height: 454px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		height/* */:/**/438px;	/* Other browsers */
		height: /**/438px;
		
		/* CSS HACK */
		width: 124px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		width/* */:/**/120px;	/* Other browsers */
		width: /**/120px;
				
		border:0;	/* Black border */		
		padding:1px;	/* A little space between the black border and the content inside */
				
		position:relative;
	}
	#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:600px;	/* 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 */
		padding-top:1px;	/* Space between images */
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Arial, Helvetica, sans-serif;	/* Font to use */
		font-size:0.8em;
		color:#dd0000;
		background-color:#ffffff;
	}
	#theImages .imageCaption{
		display:none;
	}