	body{
		background-image:url('../../images/heading3.gif');
		background-repeat:no-repeat;
		padding-top:00px;
	}
	#dhtmlgoodies_slideshow{
		width:780px;	/* Total width of slideshow */


	}
	
	#previewPane{
		border:1px solid #FFFFFF;
		margin-bottom:5px;	
		text-align:rigth;
		vertical-align:middle;
		padding-top:5px;

		position:relative;
		
		/* CSS HACK */
		height: 700px;	/* IE 5.x */
		height/* */:/**/700px;	/* Other browsers */
		height: /**/700px;
				
	}
	#previewPane img{
		line-height:250px
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:ARIAL;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.0em;
	}
	#galleryContainer{
		
		height:200px;	/* Height of the images + 2 */
		border:1px solid #FFFFFF;
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 225px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/225px;	/* Other browsers */
		height: /**/225px;
				
	}
	#arrow_left{
	position:absolute;
	left:-4px;
	z-index:10;
	padding:1px;
	top: 0px;
	}
	#arrow_right{
	position:absolute;
	right:0px;
	z-index:10;
	padding:1px;
	top: -2px;
	left: 466px;
	}
	#theImages{
	position:absolute;
	height:100px;
	left:-6px;
	width:100000px;
	top: 0px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: none;
		opacity: none;
		cursor:none;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:40px;
		top:65px;
		background-color:#FFF;
		border:3px double #000;
		padding:1px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
