	#dhtmlgoodies_slideshow{
		width:577px;	/* Total width of slideshow */
		float:left;
	}
	
	#previewPane{
/*		border:1px solid #E7E8E3;*/
		margin:0;	
		text-align:center;
		vertical-align:middle;
		position:relative;
		/* CSS HACK */
		height: 317px;	/* IE 5.x */
		height/* */:/**/317px;	/* Other browsers */
		height: /**/317px;
	}
	
	#previewPane img{
		line-height:1px;
		border:4px solid #DCE2E7;
		}

	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		text-align:center;
		font-family: Arial, Helvetica, sans-serif;	/* Font to use */
		font-size:11px;
		color: #999999;
		padding:2px 0 0 0;
		*padding:2px 0 0 0;
		height:80px;
	}
	
	#galleryContainer{
		width:605px;
		height:86px;	/* Height of the images + 2 */
		border:4px solid #DCE2E7;
		position:relative;
		overflow:hidden;
		padding:0;
		/* CSS HACK */
		height: 86px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/86px;	/* Other browsers */
		height: /**/86px;
		margin:30px 0 0 0;
				
	}
	#arrow_left{
	position:absolute;
	left:0px;
	z-index:10;
	margin:2px 0 0 0;
	top: -2px;
	}
	#arrow_right{
	position:absolute;
	right:0px;
	z-index:10;
	margin:2px 0 0 0;
	top: -2px;
			
	}
	#theImages{
	position:absolute;
	height:87px;
	left:0px;
	width:12117px;
	top: -1px;
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		/*filter: alpha(opacity=50);
		opacity: 0.5;*/
		cursor:pointer;
		border:0px;
	    padding:1px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:245px;
		top:180px;
		background-color:#1B4B61;
		border:3px double #666666;
		padding:3px;
		color: #FFFFFF;
		font-size:10px;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	#theImages .imageCaption{
		display:none;
	}
