	body{
		background-repeat:no-repeat;
	}
	#dhtmlgoodies_slideshow{
		width:700px;	/* Total width of slideshow */


	}
	
	#galleryContainer{
		
		height:58px;	/* Height of the images + 2 */
		position:relative;
		overflow:hiddden;
		padding:1px;
				
	}
	#galleryContainer_disabled{
		
		height:58px;	/* Height of the images + 2 */
		position:relative;
		overflow:hiddden;
		padding:1px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
		margin-right:5px;
	}
	#arrow_right
	{
	    margin-left:5px;
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;		
	}
	#theImages{
		position:absolute;
		height:60px;
		left:20px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		cursor:pointer;
		border:0px;
	}

	#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;
	}
	
	#theImages a, #theImages a IMG {
	margin:0;
	}
	
	/*
	#theImages a.selected {
	margin: 0 5px;
	}
	*/
	