.timeline {
	background: url("../files/img/timeline/background.jpg");
	height: 430px;
	width: 905px;
}

	.timeline_container {
		display: none;
		height: 430px;
		position: relative;
		width: 905px;
	}

	.timeline_header {
		border-bottom: 1px solid #777777;
		font-size: 14px;
		line-height: 14px;
		text-align: center;
		padding: 10px 0;
	}

	.timeline_body {
		height: 430px;
		overflow: hidden;
		position: relative;
		width: 905px;
	}

	.timeline_sections {
		left: 350px;
		height: 430px;
		position: absolute;
		top: 0;
		width: 2400px;
	}

	.timeline_section {
		float: left;
		width: 200px;
	}

		.timeline_line {
			border-left: 1px solid #777777;
			margin-left: 100px;
			height: 10px;
		}

		.timeline_year {
			color: #e8640a;
			font-size: 28px;
			text-align: center;
		}

		.timeline_image {
			cursor: pointer;
			margin: 0 auto;
		}

		.timeline_content {
			color: #555555;
			display: none;
			font-size: 11px;
			line-height: 14px;
			padding-top: 10px;
		}
	
	.timeline_arrow_left,
	.timeline_arrow_right {
		cursor: pointer;
		height: 80px;
		position: absolute;
		top: 170px;
		width: 95px;
	}

	.timeline_arrow_left {
		background: url("../files/img/timeline/arrow_left.jpg");
		left: 20px;
	}
	
	.timeline_arrow_right {
		background: url("../files/img/timeline/arrow_right.jpg");
		right: 20px;
	}

		.timeline_arrow_left_active {
			background: url("../files/img/timeline/arrow_left_active.jpg");
		}
		
		.timeline_arrow_right_active {
			background: url("../files/img/timeline/arrow_right_active.jpg");
		}

	.timeline_fade_left {
		background: url("../files/img/timeline/fade_left.png");
		height: 430px;
		left: 0;
		position: absolute;
		top: 0;
		width: 86px;
	}
	
	.timeline_fade_right {
		background: url("../files/img/timeline/fade_right.png");
		height: 430px;
		right: 0;
		position: absolute;
		top: 0;
		width: 86px;
	}
