	#dhtmlgoodies_slideshow{
		width:500px;	/* Total width of slideshow */
		padding-left:320px;
	}
	
	#previewPane{
		border:1px solid #000;
		margin-bottom:2px;	
		text-align:center;
		vertical-align:middle;
		padding-top:18px;
		background-color: #000;
		position:relative;
		
		/* CSS HACK */
		height: 435px;	/* IE 5.x */
		height/* */:/**/435px;	/* Other browsers */
		height: /**/435px;
				
	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		color:#fff;
		background-color:#000;
		text-align:center;
		font-family: Impact;	/* Font to use */
		font-size:1.2em;
		letter-spacing: 0.1em;
	}
	#galleryContainer{
		
		height:45px;	/* Height of the images + 2 */
		border:5px solid #000;
		position:relative;
		overflow:hidden;
		padding:1px;
		background-color: #000;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #000;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #000;
		padding:1px;		
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding-left:10px;
		padding-right:10px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:150px;
		top:150px;
		background-color:#000;
		border:3px #fff;
		padding:4px;
		color:#fff;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
