	#dhtmlgoodies_slideshow{
	width:930px;
    }
	
	#previewPane{
	position:relative;
	/* CSS HACK */
		height: 420px;	/* IE 5.x */
	height/* */:/**/300px;	/* Other browsers */
	height: /**/420px;
	margin-bottom: 20px;
	text-align: center;
	vertical-align: middle;				
	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	text-align:center;
	font-family: "Lucida Grande";	/* Font to use */
	font-size:13px;
	color: #666666;
	margin-bottom: 10px;
	}
	#galleryContainer{
	height:688px;
	position:relative;
	/* CSS HACK */
		height: 688px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/670px;	/* Other browsers */
	height: /**/688px;
	overflow: hidden;
	margin-top: 7px;
	}
	#arrow_left{
	position:absolute;
	left:0px;
	z-index:10;
	width: 40;
	background-color: #FFFFFF;
	}
	#arrow_right{
	position:absolute;
	right:0px;
	z-index:10;
	padding:1px;
	background-color: #FFFFFF;
	height: 1px;
	}
	#theImages{
	position:absolute;
	height:688px;
	left:40px;
	width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
	float:left;
	opacity: 0.5;
	padding: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 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;
	}
