	#dhtmlgoodies_slideshow{
		width:100%;	/* Total width of slideshow */
	}
	#galleryContainer{
		width:100%;
		height:106px;	/* Height of the images + 2 */
		position:relative;
		overflow:hidden;
		
		/* CSS HACK */
		height: 108px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/106px;	/* Other browsers */
		height: /**/106px;
		background-color:#000000;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		width:52px;
		cursor:pointer;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		width:52px;
		cursor:pointer;
	}
	#theImages{
		position:absolute;
		height:106px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		filter: alpha(opacity=100);
		opacity: 1;
		cursor:pointer;
		border:0px;
	}
	
	#theImages .imageCaption{
		display:none;
	}
