#timeline {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 700px;
	background-image: url(images/timelineBGtop.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 20px 0 20px 5px;
}


/*Next rule sets overflow to auto in everything but IE Win*/
/*IE Win gets overflow-x set in ie.css*/

html>body #timelineScroller {
	width: 700px;
	overflow: auto;
}

/*IE Mac needs bottom padding so the content clears the scroll bar*/
/*So does IE Win, but that code is in ie.css*/

/*\*//*/
html>body #timelineScroller {
	padding-bottom: 16px;
}
/**/

ul#timelineEvents {
	margin: 0;
	padding: 0 0 0 0;
	width: 2675px;
	height: 28px;
	list-style-type: none;
}

ul#timelineEvents li {
	margin: 0;
	padding: 0 0 0 0;
	float: left;
}

#timelineScroller a {
	background-color: #ed174c;
	padding: 5px 0px;
	font-size: 12px;
	color: white;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.1em;
	display: block;
	width: 75px;
	margin: 5px 1px 1px 0;
}

#timelineScroller a:hover, #timelineScroller a.current
{
	margin-top: 0px;
	border-top: 5px solid black;
	text-decoration: underline;
}

#timelineScroller a.current, #timelineScroller a.current:hover
{
	text-decoration: none;
	cursor: default;
}

#timelineScroller a.bsgEvent {
	background-color: #0073bb;
}

#eventsContainer {
	position: relative;
	width: 700px;
	overflow: hidden;
	padding: 0;
}

#events {
	position: relative;
	top: 0;
	left: 0;
}

#events td{
	text-align: center;
}

#events td h4 {
	font-size: 24px;
	color: #ed174c;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0; }
#events td p {
	font-size: 11px;
	margin: 0;
	padding: 0 20px; }
