	body{
		background-image:url('../../images/heading3.gif');
		background-repeat:no-repeat;
	}
	#dhtmlgoodies_slideshow{
		width:600px;	/* Total width of slideshow */
	}
	
	#previewPane{
		
		margin-bottom:10px;	
		text-align:center;
		vertical-align:middle;

		position:relative;
		
		/* CSS HACK */
		height: 430px;	/* IE 5.x */
		height/* */:/**/430px;	/* Other browsers */
		height: /**/430px;
				
	}
	#previewPane img{
		line-height:400px;
		border:1px solid #d9d9d9;
		padding:1px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		
		text-align:center;
		font-family: Arial;	/* Font to use */
		font-size:0.9em;
		margin-bottom:20px;
		margin-top:10px;
		color:#6e6e6e;
	}
	#galleryContainer{
		
		height:107px;	/* Height of the images + 2 */
		border-top:1px solid #72bcde;
		border-bottom:1px solid #72bcde;
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 107px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/107px;	/* Other browsers */
		height: /**/107px;
		margin-bottom:30px;
	}
	#gallery{
		position:relative;
	}
	#arrow_left1{
		position:absolute;
		left:-1px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
		top:-3px;
		cursor:pointer;
	}
	#arrow_right1{
		position:absolute;
		right:-1px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
		top:-3px;
		cursor:pointer;
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
		top:10px;
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		/*filter: alpha(opacity=50);
		opacity: 0.5;*/
		cursor:pointer;
		border:0px;
		margin-right:20px;
		border:1px solid #d9d9d9;
		
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:250px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}