	#dhtmlgoodies_slideshow{
		width:620px;	/* Total width of slideshow */
	}
	
	#previewPane{
	margin-bottom:2px;
	text-align:center;
	vertical-align:bottom;
	padding-top:2px;
	position:relative;
	height: 500px;
	/* CSS HACK */
		height: 510px;	/* IE 5.x */
	height/* */:/**/500px;	/* Other browsers */
	height: /**/500px;
	left: 20;
	width: 600px;
	top: 20;
	}
	
	#previewPane img{
		line-height:500px;
	}
	
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		text-align:center;
		font-size:12px;
		color:#FFFFFF;
		}
		
	#galleryContainer{
	width:440px;
	height:100px;	/* Height of the images + 2 */
	position:relative;
	overflow:hidden;
	padding:1px;
	/* CSS HACK */
		height: 102px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/100px;	/* Other browsers */
	height: /**/100px;
	left: 60;
	}
	
	#arrow_left{
	position:absolute;
	left:1px;
	padding-top: 460px;
	z-index:10;
	top: 30px;
	}
	#arrow_right{
	position:absolute;
	padding-top: 460px;
	right:0px;
	z-index:10;
	top: 30px;
	}
	#theImages{
	position:absolute;
	height:100px;
	left:0px;
	width:100000px;
	overflow: hidden;
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:4px;
		filter: alpha(opacity=100);
		opacity: 1;
		cursor:pointer;
		border:0px;
	}
		#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFFFFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
