	body{
		background-repeat:no-repeat;
	}
	#dhtmlgoodies_slideshow{
		width:800px;	/* Total width of slideshow */
		


	}
	
	#previewPane{
		border:0px solid #003056;
		margin-bottom:0px;
		text-align:center;
		padding-top:0px;
		width:446px;
		height:400px;
		/* CSS HACK */
		height: 314px;	/* IE 5.x */
		height/* */:/**/314px;	/* Other browsers */
		height: /**/314px;
				
	}
	#previewPane img{
		line-height:314px;
	
	}
	
	#previewPane {	/* CSS styling of image caption below large image */
		font-style:italic;
		color:#9ED6FF;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	
	#largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		color:#0a0f05;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	
		#largeImageCaption3{	/* CSS styling of image caption below large image */
		font-style:italic;
		color:#9ED6FF;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	#galleryContainer{
		
		height:90px;	/* Height of the images + 2 */
		border:1px solid #003056;
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 90px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/92px;	/* Other browsers */
		height: /**/92px;
				
	}
	
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #003056;
		padding:1px;
	}
	
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #003056;
		padding:1px;		
	}
	
	#theImages{
	position:absolute;
	height:100px;
	left:45px;
	width:100000px;
	top: -1px;
	
		
	}
	#theImages #slideEnd{
		float:left;
	}
	
	#theImages img{
		float:left;
		padding:5px;
		cursor:pointer;
		border:0px;
	}

	#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;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
	
	#references{
		width:500px;
	    height:94px;
		}
		
	#right {
		float:right;
		width:825px;
		border-left:1px solid #000;
		margin-left:-1px;/* makes border line up with #left border */
	}

	#insideleft {
		float:left;
		margin: 0.0em  0em 0em 1em;
		padding-right: 1em;
		border-right:1px solid #000;
		width:330px;
		
	}
	
	#insideright {
	float:left;
	margin: 0.0em 0.0em 0 0;
	border-right:0px solid #000;
	width:450px;
	}
