#bar_timeline {
	background-image: url(../img/history_bg_timeline.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 47px;
	clear: both;
}
/* Horizontal Carousel */
#horizontal_carousel {
	float: left;
	width: 957px;
	height: 415px;
	position: relative;
}


#horizontal_carousel .container {
	float: left;
	width: 957px;
	height: 415px;
	position: relative;
	overflow: hidden;
}

#horizontal_carousel ul {
	margin: 0;
	padding:0;
	width: 100000px;
	position: relative;
	top: 0;
	left: 0;
	height: 415px;
}                      

#horizontal_carousel ul li {
	width: 957px;
	height: 415px;
	text-align: center;
	list-style:none;
	float:left;
}

#horizontal_carousel .previous_button {
	width: 33px;
	height: 26px;
	z-index: 100;
	cursor: pointer;
	position: absolute;
	bottom: -97px;
	left: 6px;
	display: none;
}

#horizontal_carousel .next_button {
	width: 33px;
	height: 26px;
	z-index: 100;
	cursor: pointer;
	position: absolute;
	bottom: -93px;
	right: 8px;
	display: none;
}
#bar_timeline li {
	list-style-type: none;
	display: block;
	float: left;
	height: 47px;
	width: 87px;
	background-repeat: no-repeat;
	background-position: left top;
}
#bar_timeline  li a {
	display: block;
	height: 47px;
	width: 87px;
	text-indent: -2000em;
	background-repeat: no-repeat;
}
#bar_timeline li a:hover, #bar_timeline li a.active {
	background-position: left bottom;
}

#bar_timeline_date_01, #bar_timeline_date_01 a {
	background-image: url(../img/history_date_01.gif);
	margin-right: 9px;
}
#bar_timeline_date_02, #bar_timeline_date_02 a {
	background-image: url(../img/history_date_02.gif);
	margin-right: 6px;
}
#bar_timeline_date_03, #bar_timeline_date_03 a {
	background-image: url(../img/history_date_03.gif);
	margin-right: 16px;
}
#bar_timeline_date_04, #bar_timeline_date_04 a {
	background-image: url(../img/history_date_04.gif);
	margin-right: 30px;
}
#bar_timeline_date_05, #bar_timeline_date_05 a {
	background-image: url(../img/history_date_05.gif);
	margin-right: 39px;
}
#bar_timeline_date_06, #bar_timeline_date_06 a {
	background-image: url(../img/history_date_06.gif);
	margin-right: 34px;
}
#bar_timeline_date_07, #bar_timeline_date_07 a {
	background-image: url(../img/history_date_07.gif);
	margin-right: 36px;
}
#bar_timeline_date_08, #bar_timeline_date_08 a {
	background-image: url(../img/history_date_08.gif);
	margin-right: 4px;
}
#bar_timeline_date_09, #bar_timeline_date_09 a {
	background-image: url(../img/history_date_09.gif);
}
