#scroller {
	margin-top: 1em;
}
#scroller_tabs {
	list-style: none;
	margin: 0;
	height: 29px;
}
#scroller_tabs li {
	font-size: 120%;
	font-weight: bold;
	color: #4A4A4A;
	width: 157px;
	height: 29px;
	line-height: 29px;
	background: #EEE url('../images/scroller_tab.gif') no-repeat scroll center center;
	float: left;
	margin-left: 1px;
	text-align: center;
}
#scroller_tabs li:first-child {
	margin-left: 0;
}
#scroller_tabs li.selected {
	background-color: #02669A;
	background-image: url('../images/scroller_tab_selected.gif');
	color: white;
}
#scroller_content_outer {
	width: 629px;
	background-color: #F7F7F7;
	border: 1px solid #E3E3E3;
	border-top: none;
	position: relative;
	overflow: hidden;
}
.scroller_content {
	padding: 12px;
	width: 605px;
}
.scroller_content h1 {
	color: #6398CC;
}
