#scroller {
	width: 780px;
	margin: 0 0 0 25px;	
	background: #fff;
	overflow: hidden;
	}

#content_slide {
	width: 9000px;
	}
	
.section {
	width: 780px;
	float: left;
	}
	
/* The toolbar for the content box */

#toolbar ul{
	height: 80px;
	width: 780px;
	list-style: none;
	margin: 0 0 0 0;
	}
	
#toolbar li {
	float: left;
	text-indent: -9999px;
	margin-top: 4px;	
	margin-bottom: 4px;	
	list-style: none;
	}
	
#toolbar li a {
	height: 24px;
	display: block;
	}
	
#toolbar li.active {
	background-position: top;
	}

#toolbar li.inactive {
	background-position: bottom;
	}
	
#toolbar li:hover {
	background-position: top;
	}