	#dhtmlgoodies_slideshow{
		width:470px;	/* Total width of slideshow */
	}
		
	#previewPane{
		text-align:center;
		vertical-align:middle;
		padding-top:15px;

		position:relative;
		
				
	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		margin-top: 10px;	/* Font to use */
	}
	#galleryContainer{
		
		height:85px;	/* Height of the images + 2 */
		position:relative;
		overflow:hidden;
		/*padding:1px;*/
		/*background: #076791;*/
		background: #ffffff;
		/*padding-top: 10px;
		padding-top: 10px;*/
		margin-top:10px;	
		margin-bottom:10px;	
		
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #ffffff;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #ffffff;
		padding:1px;		
	}
	#theImages{
		position:absolute;
		height:85px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:150px;
		top:100px;
		background-color:#FFF;
		border:3px double #646a7a;
		padding:4px;
		color:#646a7a;
		font-size:12px;
		text-transform: uppercase;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
