#ticker {
	position:absolute;
	top:65px;
	width:100%;
	z-index:-1;
}
.tickerBase, .latestupdats {
	background:url(../images/ticker.png) center left no-repeat;
	background-position:24px center;
	width:1110px;
	height:22px;
	margin:0 auto;
	padding:8px 20px 0 150px;
}
.latestupdats {
	background:url(../images/latestupdats.png) center left no-repeat !important;
	background-position:24px center !important;
}
.tickerBase div {
	width:700px;
	display:block;
}
/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
	width: 1090px;
	height: 27px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 0;
	top: 0;
	width: 1090px;
	overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 750px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #666;
	margin: 0 50px 0 0;
	text-decoration:none;
}
