	body{
		background-image:url('../../images/heading3.gif');
		background-repeat:no-repeat;		
	}
	#dhtmlgoodies_slideshow{
		width:340px;	/* Total width of slideshow */
	}

	#previewPane{
		border:1px solid #CCCCCC;
		border-bottom:none;
		background-color:#222;
		margin-bottom:0;	
		text-align:center;
		vertical-align:middle;
		padding-top:10px;

		position:relative;
		
		/* CSS HACK */
		height: 292px;	/* IE 5.x */
		height/* */:/**/280px;	/* Other browsers */
		height: /**/280px;
				
	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
		color:#FFF;
		padding:8px 0 0 0;
	}
	
	#previewPane #largeImageCaption .imageCaption{
		color:#FFF;
	}

	#galleryContainer{
		width:338px;
		height:50px;	/* Height of the images + 2 */
		border:1px solid #ccc;
		border-top:none;
		background-color:#222;
		position:relative;
		overflow:hidden;
		/* CSS HACK */
		height: 52px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/50px;	/* Other browsers */
		height: /**/50px;
	}
	* html #galleryContainer{
		height: 52px;
	}
	*+html #galleryContainer{
		height: 52px;
	}

	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #222;
		padding:0 0 0 0;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #222;
		padding:0 0 0 0;
	}

	#theImages{
		position:absolute;
		height:100px;
		left:20px;
		width:100000px;
		display:block;
		z-index:1;
	}
	
	#theImages #slideEnd{
		float:left;
		z-index:2;
	}

	#theImages img{
		width:64px;
		height:48px;
		float:left;
		padding:1px 1px 1px 1px;
		margin:0 0 0 0;
		filter: alpha(opacity=100);
		opacity: 1;
		cursor:pointer;
		border:0px;
		vertical-align:bottom;
		z-index:3;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
