/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
	background-color: #000000;
	background-color: rgba(000, 000, 000, 0.7);  /* FF3+, Saf3+, Opera 10.10+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#99000000',EndColorStr='#99000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#99000000',EndColorStr='#99000000')"; /* IE8  */
	/*width: 738px;*/
	height: 27px; 
	margin: 275px 0 10px 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: 10px;
	top: 8px;
	/*width: 718px;*/
	overflow: hidden;
}
ul.newsticker {
	position: relative;
	left: 750px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.newsticker li {
	background-image: url(../images/li_ticker.gif);
	background-position: 0px 2px;
	font-size: 12px;
	float: left;
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
}