
	#dhtmlgoodies_slideshow{
		width:488px;	/* Total width of slideshow */


	}
	
	#previewPane{
		border:1px solid #d7d7d7;
		margin-bottom:10px;	
		vertical-align:middle;
		position:relative;
		padding:1px 1px 0px 1px;
		/* CSS HACK */
		
				
	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000000;
		font-weight:bold;
		padding:11px 0px 11px 10px;
		}
	
	#galleryContainer{
		width:488px;
		position:relative;
		overflow:hidden;
		margin-top:18px;
		height:130px;
		}
	
		#arrow_left{
	position:absolute;
	z-index:10;
	background-color: #FFF;
	left:0px;
	padding-top:53px;
	height:77px;
	padding-right:10px;
	width:12px;
	
}

	#arrow_right{
	position:absolute;
	right:0px;
	z-index:10;
	background-color: #FFF;	
	padding-left:10px;
	padding-top:53px;
	height:77px;
	width:12px;
	}
	
	#theImages{
position:absolute;
	height:126px;	
	width:100000px;
	}
	
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{

		float:left;border:1px solid #d7d7d7;
		/*width:126px;
		padding:1px;
		border:1px solid #000;*/
		padding:1px;
		height:126px;
		cursor:pointer;
		margin-right:5px;
		margin-left:22px;

	}

	/*#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;
	}
