/* Background Properties */


/* Default Link Style*/

/* liScroll style declarations */
.tickercontainer {
	width: 972px;
	height: 32px;
	overflow: hidden;
	/*  background: url(../img/tickercontainer_bg.png) no-repeat left top; */
	float: left;
}

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	 /* left: 34px; 
	 float:right;
	 margin-right:8px;
    overflow: hidden;
    position: relative;
    top: 7px;
    width: 826px;*/
	
    float: left;
    margin-left: 70px;
    overflow: hidden;
    position: relative;
    top: 7px;
    width: 900px;
}


ul.newsticker {
	position: relative;
	left: 750px;
}

ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	background: #fff;
	font-size: 11px;
}

ul.newsticker a, ul.newsticker a:hover {
	white-space: nowrap;
	margin: 0 50px 0 0;
	color: #808285;
	text-decoration: none;
}

ul.newsticker span { margin: 0 10px 0 0; }

#demo, #demo li { margin:0; padding:0; width:900px; height:495px; list-style:none; }
#demo { overflow: hidden; }
        #demo li { float:left; }