/* liScroll styles */
#ticker-bar {
margin-bottom: 10px;
}
.tickercontainer { /* the outer div with the black border */
background: #000; 
width: 982px; 
overflow: hidden;
height:12px;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
overflow: hidden;
margin: 0 15px;
}
ul.newsticker { /* that's your list */
position: relative;
left: 500px;
font: bold 11px Tahoma;
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-right: 0px;
background: #000;
height: 12px;
line-height: 12px;
}
ul.newsticker a {
text-decoration: none;
white-space: nowrap;
padding: 0;
color: #fff;
font: bold 11px Tahoma;
margin: 0 50px 0 0;
height: 12px;
line-height:12px;
} 
ul.newsticker span {
}
ul.newsticker li a span.ticker-interview {
	color: #eae96a !important;
}
ul.newsticker li a span.ticker-review {
        color: #00a8fc !important;
}
ul.newsticker li a span.ticker-feature {
        color: #d81108 !important;
}
ul.newsticker li a span.ticker-news {
        color: #a2c3d1 !important;
}
ul.newsticker li a span.ticker-forum {
	color: #43738B !important;
}
ul.newsticker li a span.ticker-video {
	color: green !important;;
}
ul.newsticker li a span.ticker-giveaway {
	color: #FFD700 !important
}
