.timeline
{
	padding-top: 20px;
}

.tl-slider
{
}

.tl-timeline
{
	margin-bottom: -38px;
	/*padding: 0px 20px;*/
}
.tl-timeline-plot
{
	background: url('../images/timeline-tl-bg.gif') repeat-x 0px 10px;
}
.tl-timeline-scroller
{
	width: 900px;
	margin: 0px auto 3px;
	background: url('../images/timeline-knob-bg.png') no-repeat top;
	position: relative;
}
	.tl-timeline-scroller-box
	{
		padding-top: 5px;
		margin: 0px 15px;
	}
.tl-timeline-knob
{
	cursor: pointer;
	width: 100px;
	height: 50px;
	background: url('../images/timeline-tl-knob.png') no-repeat 0px 0px;
}
	.tl-timeline-knob:hover { background-position: -100px 0px; }
.tl-timeline-bullets
{
	height: 40px;
}
.tl-timeline-year
{
	height: 40px;
	background: url('../images/timeline-tl-year.gif') no-repeat left bottom;
}
.tl-timeline-ylabel
{
	display: block;
	color: #fff;
	font-size: 8pt;
	padding-left: 5px;
	padding-bottom: 10px;
}
.tl-timeline-bullet
{
	float: left;
	width: 15px;
	height: 10px;
	margin-top: -4px;
	background: url('../images/timeline-bullet.gif') no-repeat top;
}
	.tl-timeline-bullet span { display: none; }

.tl-plot
{
	background: url('../images/timeline-plot.gif') repeat-x 150px 0px;
}
.tl-plot-year
{
}
.tl-plot-year-content
{
	background: url('../images/timeline-plot-year.gif') no-repeat 150px 0px;
	height: 150px;
}
.tl-plot-ylabel
{
	display: block;
	width: 140px;
	text-align: right;
	font-size: 26pt;
	/*font-weight: bold;*/
	color: #393939;
}

.timeline-item
{
	float: left;
	width: 330px;
	text-align: right;
}
	.timeline-item .tl-img
	{
		float: right;
		width: 150px;
		position: relative;
		margin-top: -40px;
		margin-left: 10px;
	}
	.timeline-item .tl-title
	{
		display: block;
		padding-top: 10px;
		padding-left: 10px;
	}
		.timeline-item strong
		{
			margin: 0px;
			color: #fff;
			font-size: 15pt;
			font-weight: bold;
			text-transform: uppercase;
			line-height: .8em;
		}
		.timeline-item strong:hover
		{
			text-decoration: none;
		}
		.timeline-item em
		{
			display: block;
			font-size: 9pt;
			font-style: normal;
			font-weight: normal;
			color: #909090;
		}
