
#year-labels
{
	font-weight: bold;
	font-size: 1.5em;
	overflow: hidden;
	margin: 0 0 7px 0;
}

#from-year
{
	float: left;
}

#to-year
{
	text-align: right;
}

#from-year span a,
#to-year span a{
	color: #F2AF22;
	text-decoration: none;
}

#from-year span a:hover,
#to-year span a:hover{
	color: #60197F;	
}

#slider-month-list
{
	color: #FFF;
	font-size: 0.7em;
	overflow: hidden;
	z-index: 1;
	width: 779px;
}

#slider-month-list ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#slider-month-list li
{
	float: left;
	width: 65px;
	height: 18px;
	padding: 4px 0 0 0;
	text-align: center;
	background: url('../images/timeline_split.gif') no-repeat bottom right;
	cursor: default;
}

#slider-month-list .last
{
	background: none;
	width: 64px;
}

#slider-container
{
	padding-right: 65px;
	z-index: 2;
	position: relative;
	top: -22px;
	margin-bottom: -22px;
}

#slider
{
	position: relative;
}	

#slider a
{
	width: 64px;
	height: 22px;
	display: block;
	position: absolute;
	overflow: hidden;
	background-image: url('../images/slider.png');
	background-repeat: no-repeat;
	background-position: top left;
}

#timeline-months-container
{
	overflow: hidden;
	margin-top: 32px;
}

#timeline-months-container .message
{
	font-size: 0.75em;
	padding: 0 10px;
}

#timeline-months-container .message p
{
	margin: 0;
	padding: 10px 0 20px 0;
}

#timeline-months-container .active
{
	background-color: #F6F6F6;
}

#timeline-months-container .active .header h2
{
	color: #555;
}

.js-enabled #timeline-months-content
{	
	overflow: hidden;
	width: 3492px;
}

#timeline-months-container .header
{
	padding: 10px;
}

#timeline-months-container .header h2
{
	margin: 0;
	padding: 0;
	font-size: 1em;
}

#timeline-months-container .month
{
	border-left: 1px solid #adadad;
	float: left;
	width: 290px;
}

#timeline-months-container .thumbs ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#timeline-months-container .thumbs li
{
	width: 96px;
	float: left;
	margin-left: 1px;
	background-repeat: no-repeat;
	background-position: top left;
}

#timeline-months-container .thumbs li.first
{
	margin-left: 0;
}

#timeline-months-container .thumbs a
{
	display: block;
	height: 50px;
	background: url('../images/timeline_thumb_overlay.png') no-repeat top left;
}

#timeline-months-container .links
{
	padding: 5px 10px 10px 10px;
}

#timeline-months-container .links ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#timeline-months-container .links li
{
	background: url('../images/dotted_line_dark_grey.gif') repeat-x bottom left;
	padding: 0 2px 1px 0;
}

#timeline-months-container .links a
{
	font-size: 0.7em;
	color: #555555;
	text-decoration: none;
	display: block;
	padding: 7px 15px 7px 5px;
	background: url('../images/timeline_link_normal.gif') no-repeat center right;
}

#timeline-months-container .links .active a
{
	background-image: url('../images/timeline_link_active.gif');
	font-weight: bold;
}

#timeline-items-container
{
	margin: 25px 0 0 0;
	background: url('../images/dotted_line_grey_coarse.gif') repeat-x top left;
}

#timeline-items-content
{
	position: relative;
}

.month-items
{
	overflow: hidden;
}
