	#dhtmlgoodies_slideshow{
		width:326px;	/* Total width of slideshow */
	}
	
	#previewPane{
		text-align:center;
		vertical-align:middle;
		position:relative;
		
		/* CSS HACK */
		height: 388px;	/* IE 5.x */
		height/* */:/**/388px;	/* Other browsers */
		height: /**/388px;
				
	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption1{	/* CSS styling of image caption below large image */
		visibility:hidden;
		display:none;
	}
	#galleryContainer{
		
		background-image:url(../images/slide-bg.jpg);
		height:97px;
		_height:97px;
		/* Height of the images + 2 */
		position:relative;
		overflow:hidden;
		padding:1px;
		_margin-top:-4px;
		
		/* CSS HACK */
	}
	#arrow_left{
	position:absolute;
	left:0px;
	z-index:10;
	padding:45px 6px;
	top: 0px;
	background:url(../images/slide-bg.jpg) left top no-repeat;
	height: 2px;
	}
	#arrow_right{
	position:absolute;
	right:-1px;
	z-index:10;
	padding:45px 6px;
	top: 0px;
	background:url(../images/slide-bg.jpg) right top no-repeat;
	display:block;
	height: 1px;
	}
	#theImages{
	position:absolute;
	height:98px;
	left:21px;
	padding-top:25px;
	top: 1px;
	width:2500px;
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		margin-right:3px;
		/*border:2px solid;*/
		border:0px;
	}
	/*#theImages img a:active{
		border:2px solid;		
	}*/
	.activeImage{	/* Active thumbnail */
		border:5px solid #317082;	/* Green border around active thumbnail */
		padding:0px;
	
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:130px;
		top:170px;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
