	body{
		background-image: url(../../../../slideshow/css/images/heading3.gif%27);
		background-repeat:no-repeat;
		padding-top:0px;
	}
	#dhtmlgoodies_slideshow{
		width:490px;	/* Total width of slideshow */


	}
	
	#previewPane{
		border:2px solid #7c8910;
		margin-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:10px;

		position:relative;
		
		/* CSS HACK */
		height: 362px;	/* IE 5.x */
		height/* */:/**/350px;	/* Other browsers */
		height: /**/350px;
				
	}
	#previewPane img{
		line-height:250px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		text-align:center;
		font-family: Century Gothic, Abadi MT Condensed Light, Arial Narrow, ARIAL;	/* Font to use */
		font-size:10pt;
	}
	#galleryContainer{
		
		height:142px;	/* Height of the images + 2 */
		border:2px solid #7c8910;
		position:relative;
		overflow:hidden;
		padding:0px;
		
		/* CSS HACK */
		height: 142px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/140px;	/* Other browsers */
		height: /**/140px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #7c8910;
		padding:0px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #7c8910;
		padding:0px;		
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=75);
		opacity: 0.75;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:150px;
		top:150px;
		background-color:#7c8910;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}