	#dhtmlgoodies_slideshow{
		width: 100%;	/* Total width of slideshow */
  }
	#galleryContainer{	
		height:70px;	/* Height of the images + 2 */
		border:0px solid #CCCCCC;
		position:relative;
		overflow:hidden;
		padding:22px;
		/* CSS HACK */
		height: 124px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/132px;	/* Other browsers */
		height: /**/132px;		
	}
	#arrow_left{
		position:absolute;
		left:3px;
		z-index:100;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:3px;
		z-index:100;
		padding:1px;		
	}
	#theImages{
		position:absolute;
		left:25px;
		top:15px;
		width:100000px;			
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

