	#dhtmlgoodies_slideshow{		
		width: 586px;	/* Total width of slideshow */
	}
	
	#largeImageCaption
	{
		display: none;
	}
	
	#SpiffyAlbum1_previewPane{
	margin-bottom:10px;
	text-align:center;
	vertical-align:middle;
	position:relative;
	/* CSS HACK */
		height: 307px;	/* IE 5.x */
	height/* */:/**/307px;	/* Other browsers */
	height: /**/307px;
	background: url(/Common/Img/gallery-previewBG.gif) no-repeat center top;
	padding: 8px 2px 2px;
	}
	#SpiffyAlbum1_previewPane img{
		line-height:300px;
	}
	#galleryContainer{
	height:100px;	/* Height of the images + 2 */
	position:relative;
	overflow:hidden;
	/* CSS HACK */
		height: 100px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/100px;	/* Other browsers */
	height: /**/100px;
	background: url(/Common/Img/manor-galleryScrollBG.jpg) no-repeat center top;
	}
	#arrow_left{
	position:absolute;
	left:0px;
	z-index:10;
	background: center top;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;		
	}
	#SpiffyAlbum1_theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
		padding-top: 10px;
		
	}
	#SpiffyAlbum1_theImages #slideEnd{
		float:left;
	}
	#SpiffyAlbum1_theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
		height: 80px;
	}

	#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;	
	}
	
	#SpiffyAlbum1_theImages .imageCaption{
		display:none;
	}
