/* liScroll style declarations */

.tickercontainer {
    margin: 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;
    overflow: hidden;
}

ul.newsticker {
/* that's your list */
    position: relative;
    left: 500px;
    font: normal 11px Arial, Helvetica, sans-serif;
    list-style-type: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

ul.newsticker li {
    display: inline-block;
    margin: 0;
    padding: 0;
    background: #fff;
	//zoom: 1;
	//display: inline;
}

ul.newsticker li p {
	display: inline;
}

ul.newsticker li br {
	display: none;
}


ul.newsticker a {
    white-space: nowrap;
    padding: 0;
	color: #000;
    margin: 0 30px 0 0;
	text-decoration: none;
}

ul.newsticker a:hover {
	text-decoration: underline;
}

ul.newsticker span {
    margin: 0 10px 0 0;
	color: #999;
}
