	#dhtmlgoodies_slideshow{
		width:320px;	/* Total width of slideshow */
		padding-left:0px;
		background-color: #F1E5D5;
	}

	#galleryContainer{
		
		height:60px;	/* Height of the images + 2 */
		background-color: #FFFFFF;
		position:relative;
		overflow:hidden;
		padding:0px;

		/* CSS HACK */
		height: 60px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/60px;	/* Other browsers */
		height: /**/60px;
				
	}
	#arrow_left{
		position:absolute;
		right:13px;
		z-index:10;
		background-color: #F1E5D5;
		padding:0px;
	}
	#arrow_right{
		position:absolute;
		right:-1px;
		z-index:10;
		background-color: #F1E5D5;
		padding:0px;	
		align:right;	
	}
	#theImages{
		position:absolute;
		height:60px;
		left:0px;
		background-color: #F1E5D5;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;			
		cursor:pointer;
		border:0px;
	}

	