/* @override http://brandirectory.dev/css/news_ticker.css */

/* NEWS TICKER */
#news-ticker{background-color:#f5f5f5;padding:5px;margin-bottom:10px;height:19px;display: none;}
#news-ticker h2{width:30px;padding:2px 5px;font:1.2em "Helvetica Neue",Arial,Verdana,sans-serif;float:left;background-color:#747474;color:#fff;margin:0;}

	.tickercontainer { /* the outer div with the black border */
	background-color:#f5f5f5;padding:0;margin:0;
	overflow: hidden;
	font-size: 1em;
	height:16px;
	padding-top:2px;
	}
	.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 10px;
	width: 873px;
	overflow: hidden;
	}
	ul.newsticker { /* that's your list */
	position: relative;
	left: 905px;
	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;padding-left:2px;
	background: #f5f5f5;
	}
	ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #144a87;
	margin: 0 100px 0 10px;
	text-decoration: underline !important;
	}
	
	ul.newsticker span {
	margin: 0 10px 0 0;
	}
