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


	}
	

	#galleryContainer{
		
		height:30px;	/* Height of the images + 2 */
		position:relative;
		overflow:hidden;
		padding:1px;
		
			
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;		
	}
	#theImages{
		position:absolute;
		height:30px;
		left:20px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}
#theImages img.currentpage{
	filter: alpha(opacity=100);
		opacity: 1;
	
}

	
	#theImages .imageCaption{
		display:none;
	}
