	#dhtmlgoodies_slideshow1 {
		width:450px;	/* Total width of slideshow */

	}
	#galleryContainer1 {
		
		height:100px;	/* Height of the images + 2 */
		position:relative;
		overflow:hidden;
		padding:0px;
		width:450px;
		/* CSS HACK */
		height: 100px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/100px;	/* Other browsers */
		height: /**/100px;

	}
	#arrow_left1 {
	position:absolute;
	left:-1px;
	z-index:10;
	padding:0;
	top:0px;
	}
	#arrow_right1 {
	position:absolute;
	right:0px;
	z-index:10;
	padding:0;
	top:0px;
	}
	
	#theImages1 {
		position:absolute;
		padding-left:40px;
		padding-top:0px;
		height:100px;
		left:0px;
		width:100000px;	
		overflow:hidden;
	}

	
	#theImages1 #slideEnd1 {
		float:left;
	}
	#theImages1 img {
		float:left;
		padding:2px;
		cursor:pointer;
		border:0px;
	}
