div.timeline {
	margin: 0 auto;
	overflow: hidden;
}
div.timeline a {
    border: 0;
}
ul.year_timeline {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
.current-year {
    font-size:16px;
    font-weight: bold;
}
li.year_item {
	margin-right: 10px;
	float: left;
}
ul.mon_timeline {
	margin: 0;
	padding: 10px 0 0 0;
	background-image: url(../../../ext/images/timeline.gif);
	background-repeat: repeat-x;
	list-style-type: none;
	overflow: auto;
}
ul.mon_timeline_v {
	margin: 0;
	padding: 0 0 0 5px;
	background-image: url(../../../ext/images/timeline_v.gif);
	background-repeat: repeat-y;
	list-style-type: none;
	overflow: auto;
}
li.mon_item {
	width: 40px;
	text-align: center;
	float: left;
	overflow: hidden;
}

