a img,:link img,:visited img { border:none }

a { outline: none; }
	
a img { border: 0; }

.container {
	width: 300px;
	text-align: left;
	margin: 0 auto 0 auto;
	}
	
/* The toolbar for the content box */

ul#toolbar {
	height: 41	px;
	width: 300px;
	text-align: center;
	list-style: none;
	margin: 0 auto 0 auto;
	padding: 0;
	clear: both;
	}
	
#toolbar li {
	float: left;
	width: 100px;
	text-indent: -9999px;
	}
	
#toolbar li a {
	height: 32px;
	display: block;
	}
	
#toolbar li.active {
	background-position: top;
	}

#toolbar li.inactive {
	background-position: bottom;
	border-bottom: 0;
	}
	
#toolbar li:hover {
	background-position: top;
	}
		
#toolbar li#first-tab {
	width: 100px;
	background-image: url(../img/toolbar_tabs-new2-01.png);
	}

#toolbar li#third-tab {
	width: 100px;
	background-image: url(../img/toolbar_tabs-new2-03.png);
	}

#toolbar li#second-tab {
	width: 100px;
	background-image: url(../img/toolbar_tabs-new2-02.png);
	}

	
#first-pane{
	background: url(../img/howitworks_new_bg1.jpg) bottom no-repeat;
}

#second-pane{
	background: url(../img/howitworks_new_bg2.jpg) bottom no-repeat;
}

#third-pane{
	background: url(../img/howitworks_new_bg3.jpg) bottom no-repeat;
}

/* The slide-y content box thingy */

#frame, #scroller, .section { height: 220px; }

#frame {
	overflow: hidden;
	width: 298px;
	border: 1px solid #000;
	}
	

#scroller {
	width: 300px;
	overflow: hidden;
	}

#content {
	width: 1200px;
	}
	
.section {
	width: 300px;
	margin: 0px;
	float: left;
	}

.sectionwrapper {
	margin: 100px 0 0 0;
	padding: .5em 1em .5em 1em;
	color: #fff;
	background: url(../img/howitworks_bg.png) repeat top;
}

.section h3 {
	color: #000;
	padding: 0 0 0 1em;
}

.section ul {
	padding: 0;
	margin: 0;
}

.section li {
	padding: 4px;	
}
