#frame {
	overflow: hidden;
	margin: 0 auto;
	width: 460px;
	height: 140px;
	position: relative;
	}
	
#scroller {
	width: 460px;
	height: 140px;
	margin: 0 auto;	
	background: #fff;
	overflow: hidden;
	}

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

#toolbar a {border: none; text-decoration:none;}

ul#toolbar {
	height: 40px;
	width: 460px;
	list-style: none;
	margin: 0 auto 0 auto;
	clear: both;
	}
	
#toolbar li {
	float: left;
	text-indent: -9999px;
	margin-right: -4px;	
	margin-bottom: 4px;	
	}
	
#toolbar li a {
	height: 40px;
	display: block;
	}
	
#toolbar li.active {
	background-position: top;
	}

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