	#dhtmlgoodies_slideshow{
		width:522px;	/* Total width of slideshow */
		margin: auto;


	}
	
	#previewPane{
		padding-top:10px;
		position:relative;
	}
				
	
	#previewPane img{
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	text-align:left;
	font-family: Arial, Helvetica, Verdana, sans-serif;	/* Font to use */
	font-size:12px;
	padding:10px 20px 10px 20px;
	background-color:#211e22;
	width:444px;
	height:28px;
	}
	
	#galleryContainer{
	width:500px;
		height:65px;	/* Height of the images + 2 */
		position:relative;
		overflow:hidden;
		padding-top:5px;
		padding-bottom:5px;
		
		/* CSS HACK */
		height: 67px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/65px;	/* Other browsers */
		height: /**/65px;
				
	}
	#arrow_left{
	position:absolute;
	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:52px;
		left:30px;
		width:90000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:6px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
	}

	#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;
	}

