.timeline{
	margin:0 auto;
	padding:0;
	position:relative;
	overflow:visible;
}

.smooth-ticker-wrapper{
	position:relative;
	margin:0 auto;
	padding: 0;
	overflow:hidden;
	z-index:1;
}

.smooth-ticker{
	position:relative;
	list-style:none;
	margin: 0;
	padding: 0;
	overflow:hidden;
	white-space: nowrap;
}

.smooth-ticker li{
	display:inline;
	padding:0;
	margin:0;
	overflow:hidden;
}

.smooth-ticker-mask-left,
.smooth-ticker-mask-right{
	position:absolute;
	top:0;
	width:100px;
	height:100%;
	z-index:100;
}

.smooth-ticker-mask-left{
	left:0;
	background:url(/imgs/white-grad-left-over-100.png) repeat-y;
}

.smooth-ticker-mask-right{
	right:0;
	background:url(/imgs/white-grad-right-back-100.png) top right repeat-y;
}

.status{
	position:absolute;
	white-space:pre;
	font:10px/15px arial, verdana, sans-serif;
	text-indent:6px;
	z-index:10000;
	border:1px solid #9CF;
	-moz-border-radius:10px;
	background:#e0e8f2;
	color:#000;
	width:100%;
}