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

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

ul#toolbar {
	float: left;
	height: 80px;
	width: 600px;
	list-style: none;
	margin: 10px 0 5px -25px;
	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;
	}
	
		#toolbar li#sites-tab {width: 40px;}
		#toolbar li#sites2-tab {width: 40px;}
		#toolbar li#sites3-tab {width: 40px;}
		#toolbar li#sites4-tab {width: 40px;}
		#toolbar li#sites5-tab {width: 40px;}
