	#dhtmlgoodies_slideshow{
		width:528px;	/* Total width of slideshow */
		margin-bottom: 30px;
	}
	
	#previewPane{
		margin-bottom:10px;	
		padding-top:10px;
	}
	#previewPane img{
		border: solid #8d8a61 1px;
		padding: 4px;
		_height: 1%;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		display: none;
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	
	#slideshow_scroll {
		width: 528px;
	}
	
	#galleryContainer{
		width: 490px;
		height:110px;	/* Height of the images + 2 */
		overflow:hidden;
		padding:0;
		position: relative;
		*position: static;
		_height: 1%;
		/* CSS HACK */
		height: 54px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/52px;	/* Other browsers */
		height: /**/52px;
		float: left;
	}
	#arrow_left{
		float: left;
		z-index:1;
		padding-right: 5px;
	}
	#arrow_right{
		float: right;
		z-index:1;
	}
	#theImages{
		width:100000px;
	}
	#theImages #slideEnd{
		float:left;
		z-index:1;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
		border: solid #8d8a61 1px;
		padding: 4px;
		_height: 1%;
		margin: 0 5px 0 5px;
		z-index:1;
	}

	#waitMessage{
		display:none;
		background-color:#000;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#largeImageCaption {
	display: none;
	}
	
	#theImages .imageCaption{
		display:none;
	}