body{
	margin: 0px;
	background:url(../images/photobg.jpg) repeat;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 130%;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #F26522;
}
a:active {
	color: #F26522;
}
#dhtmlgoodies_slideshow{
		width:900px;	/* Total width of slideshow */
}
	
	#previewPane{
		padding-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		position:relative;
		padding-top: 20px;
		height: 570px
				
	}
	#previewPane img{
		line-height:533px;
		background:url(../images/border_big.jpg) no-repeat;
		padding: 19px 19px 18px 20px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
		visibility:hidden;
	}
	#galleryContainer{
		
		height:120px;	/* Height of the images + 2 */
		position:relative;
		overflow:hidden;
		padding:1px;
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		padding:1px 0;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		padding:1px 0;		
	}
	#theImages{
		position:absolute;
		height:120px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=80);
		opacity: 0.8;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:50px;
		top:540px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}

