	#dhtmlgoodies_slideshow{
		width:600px;	/* Total width of slideshow */


	}
	
	#previewPane{
	vertical-align:middle;
	position:relative;
	/* CSS HACK */
	height: 445px;	/* IE 5.x */
	height/* */:/**/445px;	/* Other browsers */
	height: /**/445px;
	width: 800px;				
	}
	#previewPane img{
	line-height:320px;
	border: 1px solid #FFFFFF;
	}
	
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	float: right;
	width: 296px;
	border: 1px solid #FFFFFF;
	padding: 15px;
	}
	
	#galleryContainer{
	height:82px;
	position:relative;
	overflow:hidden;
	/* CSS HACK */
	height: 445px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/445px;	/* Other browsers */
	height: /**/445px;

	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		
	}
	#theImages{
		position:absolute;
		height:80px;
		left:30px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
	 float:left;
	/*filter: alpha(opacity=50);
	opacity: 0.5; */
	border:0px;
	/* padding: 3px; */
	}

#waitMessage{
		display:none;
		position:absolute;
		left:150px;
		top:120px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	.imageCaption{
		display:none;
	}

