/* liScroll styles */

/*.tickercontainer { !* the outer div with the black border *!*/
	/*background: #fff url('/images/okfire/ticker_bg.png') 0 0 repeat-x;*/
	/*width: 730px;*/
	/*height: 25px;*/
	/*margin: 0 0 10px 0;*/
	/*padding: 0;*/
	/*overflow: hidden; */
/*}*/

.title_container {
	height: 78px;
}

.tickercontainer {
	background: #fff url(/images/okfire/ticker_bg.png) 0 0 repeat-x;
	width: 776px;
	height: 25px;
	overflow: hidden;
	position: absolute;
	margin-left: 203px;
	margin-top: 15px;
	z-index: 999;
}

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 10px;
	top: 8px;
	width: 98%;
	opacity: 1 !important;
}

ul.newsticker {
	position: absolute;
	left: 750px;
	font: bold 12px Verdana;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 200%;
	color: white;
	display:-moz-inline-box !important;
	display:inline-block !important;
	overflow: hidden;
}

ul.newsticker li {
	display:-moz-inline-box;
	-moz-box-orient:vertical;
	display:inline-block;
	vertical-align:top;
	white-space: nowrap;
	margin: -3px 25px 0 0;
}

@-moz-document url-prefix() {
	ul.newsticker li {
		margin: -5px 25px 0 0;
	}
}

ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #fff;
	font: bold 10px Verdana;
	margin: 0 50px 0 0;
}

ul.newsticker span {
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: middle;
}