

ul#toolbar {
	height: 42px;
	width: 682px;
	text-align: center;
	list-style: none;
	margin: 0 auto 0 auto;
	clear: both;
	position: relative;
	margin-bottom: -1px;
	}
	
#toolbar li {
	position: absolute;
	text-indent: -9999px;
	top: 0;
	}
	
#toolbar li a {
	height: 52px;
	display: block;
	}
	
#toolbar li.active {
	/*border-bottom: 1px solid #f2f2f2;*/
	background-position: bottom;
	height: 52px;
	z-index: 10;
	}

#toolbar li.inactive {
	background-position: top;
	border-bottom: 1px solid #ccc;
	}
	
#toolbar li:hover {
	background-position: bottom;
	}
		
/* The slide-y content box thingy */

#frame, #frame div.button, #scroller, .section { height: 420pz; }

#frame {
	overflow: hidden;
	margin: 0 auto;
	width: 590px;
	height:317px;
	position: relative;
	}
	
#frame div.button {
	position: absolute;
	top: 60%;
	}
	
div.button#left { left: 0; }
div.button#right { right: 0; }

#scroller {
	width: 506px;
	margin: 0 auto;
	overflow: hidden;
	}

#content {
	width: 16250px;
	}

.section 
{
	width: 710px;
	float: left;
}

#content img {
	margin: 0px 0 0 4px;
}
	
