#scroller {
	width: 660px;
	margin: 0 0 0 25px;	
	overflow: hidden;
	}

#content_slide {
	width: 9000px;
	}
	
.section {
	width: 660px;
	float: left;
	}
	
/* The toolbar for the content box */

#toolbar ul{
	height: 50px;
	width: 200px;
	list-style: none;
	margin: 0 0 0 0;
	}
	
#toolbar li {
	text-indent: -9999px;
	margin: -1px 0 0 -40px;
	list-style: none;
	}
	
#toolbar li a {
	height: 50px;
	display: block;
	}
	
#toolbar li.active {
	background-position: top;
	}

#toolbar li.inactive {
	background-position: bottom;
	}
	
#toolbar li:hover {
	background-position: top;
	}
