	body{
		background-repeat:no-repeat;
	}
	
	#dhtmlgoodies_slideshow{
		width:610px;	/* Total width of slideshow */
	}
	
	#previewPane{
		border:0px solid #3B3B3B; /*#CCCCCC;*/
		margin-bottom:4px;	
		text-align:center;
		vertical-align:middle;
		padding-top:2px;
		overflow:auto;
		position:relative;
		
		/* CSS HACK */
		height: 222px;	/* IE 5.x */
		height/* */:/**/220px;	/* Other browsers */
		height: /**/220px;
		display:none;	
	}
	#previewPane img{
		/*line-height:200px;*/
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
		border:0px solid red;
		bottom:0px;
		position:absolute;
		left:0px;
		right:0px;
		background-color:#222;
		opacity:0.96;
		}
	#galleryContainer{
		
		height:120px;	/* Height of the images + 2 */
		border:0px solid #3B3B3B; /*#CCCCCC;*/
		position:relative;
		overflow:hidden;
		padding:0px;
		
		/* CSS HACK */
		height: 120px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/120px;	/* Other browsers */
		height: /**/120px;
				
	}
	#arrow_left{
		/*position:absolute;*/
		left:0px;
		top:0px;
		z-index:10;
		/*background-color: #FFF;*/
		/*padding:1px;*/
		width:103px;
		cursor:pointer;
}
	#arrow_right{
		/*position:absolute;*/
		top:0px;
		right:0px;
		z-index:10;
		/*background-color: #FFF;
		padding:1px;*/
		cursor:pointer;
	}
	#theImages{
		position:absolute;
		height:108px;
		left:0px;
		width:100000px;
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=90);
		opacity: 0.9;
		cursor:pointer;
		border:1px #97a4ad solid;
		margin-left:5px;
	}

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