	#dhtmlgoodies_slideshow{
		width:700px;
		padding-bottom: 10px;
	}

	#galleryContainer{
		
		height:100px;
		border:1px solid #FF9C00;
		position:relative;
		overflow:hidden;
		background-color: #FCF4D0;

	)

/* CSS HACK */
		height: 80px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/102px;	/* Other browsers */
		height: /**/102px;
	}
	#arrow_left{
		position:absolute;
		margin: 0;
		height: 100px;
		left:0px;
		z-index:10;	
		background-color: #F7EAB0;
		padding-top: 45px;
		padding-right: 10px;
		padding-left: 10px;
		border-right: 1px solid #FF9C00;
	}

	#arrow_right{
		position:absolute;
		margin: 0;
		height: 100px;
		right:0px;
		z-index:10;
		background-color: #F7EAB0;
		padding-top: 45px;
		padding-left: 10px;
		padding-right: 10px;
		border-left: 1px solid #FF9C00;
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages a img{
		float:left;
		padding:1px;
		margin: 7px 20px 0px 7px;
		cursor:pointer;
		border:1px solid #FF9C00;
	}
	
	#theImages a:hover img{
		float:left;
		padding:1px;
		margin: 7px 20px 0px 7px;
		cursor:pointer;
		border:1px solid #FED300;
	}	

	#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;
	}
	

#mainPhoto {
	border: 1px solid #FF9C00;
	margin-top: 30px;
}