/*	body{
		background-image:url('../../images/heading3.gif');
		background-repeat:no-repeat;
		padding-top:80px;
	}
*/
	#dhtmlgoodies_slideshow{
		width:600px;	/* Total width of slideshow */
	}
/*
	#previewPane{
		width: 560px;
		border:0px solid #000;
		margin-left:180px;	
		padding:10px 10px 50px 0px;
		text-align: center;
		/* CSS HACK *\/
		height: 432px;	/* IE 5.x *\/
		height/* */:/**\/420px;	/* Other browsers *\/
		height: /**\/420px;
	}
*/
	#previewPane img{
		line-height:450px;
	}

	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		font-weight: bold;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size: 12px;
		padding: 5px;
		width: 560px;
	}
/*
	#galleryContainer{
		height:102px;	/* Height of the images + 2 *\/
		width: 618px;
		position: relative;
		overflow:hidden;
		float: left;		
	}
*/
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
	}

	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;		
	}

	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
	}

	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

/*

	#waitMessage{
		display:none;
		position: static;
		left:200px;
		top: 0x;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}

*/	

	#theImages .imageCaption{
		display:none;
	}