#timeline LI A
{
	background-color: #DCDCDC;
	/***  CSS Gradient  **
Chrome 1-9 and Safari 4-5.0*/
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop( 0.0, rgb(230, 229, 229) ), color-stop( 1.0, rgb(204, 203, 203) ));
	/*Chrome 10+ Safari 5.1+ Mobile Safari*/
	background-image: -webkit-linear-gradient(top, rgb(230, 229, 229), rgb(204, 203, 203) );
	/*Firefox 3.6+*/
	background-image: -moz-linear-gradient(top, rgb(230, 229, 229), rgb(204, 203, 203) );
	/*IE 10+*/
	background-image: -ms-linear-gradient(top, rgb(230, 229, 229), rgb(204, 203, 203) );
	/*Opera 11.10+*/
	background-image: -o-linear-gradient(top, rgb(230, 229, 229), rgb(204, 203, 203) );
	/*W3C*/
	background-image: linear-gradient(top, rgb(230, 229, 229), rgb(204, 203, 203) );
	border-radius: 70px;
	padding: 12px 8px 9px !important;
	color: #343434 !important;
	border: 1px solid #D6D6D6;
	height: 46px !important;
	margin-right: 0 !important;
}
#timeline.nav.nav-tabs LI
{
	float: left !important;
	display: inline !important;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}
#timeline.nav.nav-tabs LI:first-child
{
	padding-left: 0px;
}
#timeline.nav.nav-tabs LI:last-child
{
	padding-right: 0px;
}
#timeline.nav-tabs > LI.active > A, #timeline.nav-tabs > LI A:hover, #timeline.nav-tabs > LI.active > A:hover, #timeline.nav-tabs > LI.active > A:focus
{
	background-color: #D6D6D6 !important;
	border: 1px solid #343434 !important;
	/***  CSS Gradient  **
Chrome 1-9 and Safari 4-5.0*/
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop( 0.0, rgb(102, 101, 101) ), color-stop( 1.0, rgb(51, 50, 50) ));
	/*Chrome 10+ Safari 5.1+ Mobile Safari*/
	background-image: -webkit-linear-gradient(top, rgb(102, 101, 101), rgb(51, 50, 50) );
	/*Firefox 3.6+*/
	background-image: -moz-linear-gradient(top, rgb(102, 101, 101), rgb(51, 50, 50) );
	/*IE 10+*/
	background-image: -ms-linear-gradient(top, rgb(102, 101, 101), rgb(51, 50, 50) );
	/*Opera 11.10+*/
	background-image: -o-linear-gradient(top, rgb(102, 101, 101), rgb(51, 50, 50) );
	/*W3C*/
	background-image: linear-gradient(top, rgb(102, 101, 101), rgb(51, 50, 50) );
	color: #FFFFFF !important;
}
UL#timeline
{
	text-align: center;
	width: auto !important;
	display: inline-table !important;
	border-bottom: 0px solid #000000;
	background: url(../images/line.png) repeat-x 0px 15px;
}
.timeline-wrapper
{
	width: initial;
	text-align: center;
}
#timeline.nav.nav-tabs
{
	margin-bottom: 3%;
}
