/* - - - start animation button - - - */
#controls {
	height: 20px;
	width: 100px;
	margin-bottom: 6px;
}

#start_button {
	font-weight: bold;
}

#controls a {
	display: block;
	height: 16px;
	padding-top: 4px;
	text-decoration: none;
	border: 1px solid #666;
	background: #ec9224;
	text-align: center;
}

#thumbs div#providers {
	width: 100%;
}

#thumbs b {
	display: inline;
	float: left;
	width: 100%;
	padding-top: 5px;
	text-transform: none;
}

/*- - - divider line - - -*/
#thumbs {
	border-top: 1px solid #666;
	padding-top: 5px;
}

/*- - - timeline boxes - - -*/
#thumbs div.active {
	background: #eec52f;
}

#thumbs a {
	text-decoration: none;
}

/*- - - boxes around timeline - - -*/
#thumbs div {
	display: inline;
	border: 1px solid #666;
	height:10px;
	float: left;
	width: 50px;
	padding: 2px;
	text-align:center;
}