#glider .scroller {	
	width: 525px;
	overflow: hidden;
}

#glider .scroller .section {	
	width: 525px;
	overflow: hidden;
	float: left;
}

#glider .scroller .content {
	width: 10000px;
}
.controls ul {
	margin-top: 20px;
	border-top: 1px solid #ccc;
}
.controls li {
	border-bottom: 1px solid #ccc;
}
.controls li em {
	font-style: normal;
}
.controls li a {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	padding: 15px 5px 15px 50px;
	display: block;
	background: url(../images/arrow.jpg) no-repeat;
	background-position: 13px 15px;	
	min-height: 10px;
}
.controls li a.active, .controls li a:hover.active  {
	background: url(../images/arrow_active.jpg) no-repeat;
	background-position: 13px 15px;
	text-decoration: none;
	background-color: #fafafa;
}
.controls li a:hover {
	background-color: #fafafa;
}
.controls li em {
	border-bottom: 1px dashed #00629E;
}
.controls li a.active em, .controls li a:hover.active em  {
	border-bottom: 2px solid #bbb;
}