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


	}
	
	#previewPane{
		/* border:1px solid #CCCCCC; */
		margin-bottom:0px;	
		text-align:left;
		vertical-align:middle;
		width:340px;
		padding:0px;
		background:#FFFFFF;
		position:relative;
		color:#58377F;
		/* CSS HACK */
		height: 260px;	/* IE 5.x */
		height/* */:/**/ 260px;	/* Other browsers */
		height: /**/ 260px;
				
	}
	#previewPane img{
		line-height:290px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		text-align:center;
		font-family: Verdana, Arial, sans-serif;	/* Font to use */
		font-size:11px;
		
	}
	 #largeImageCaption{ background:#f7f7f7;
	 height:18px;
	 width:340px;
	 }
	#galleryContainer{
		
		height:90px;	/* Height of the images + 2 */
		/*border:1px solid #CCCCCC;*/
		position:relative;
		overflow:hidden;
		padding:1px;
		background:#eaeaea;
		/* CSS HACK */
		height: 90px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/90px;	/* Other browsers */
		height: /**/90px;
				
	}
	#arrow_left{
		position:absolute;
		background:#eaeaea;
		left:0px;
		padding:2px;
		padding-top:25px;
		z-index:10;
		height:100px;	
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		padding:2px;	
		padding-top:25px;
		height:100px;	
		background:#eaeaea;
			
	}
	#theImages{
		position:absolute;
		height:130px;
		left:20px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		cursor:pointer;
		border:0;
	}

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