/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
	width: 200px;
	height: 350px;
	margin: 0;
	padding: 0;
	top: 40px;
	overflow: hidden;
	text-align: left;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
width: 200px;
height: 350px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
top: 100px;
list-style-type: none;
margin: 0;
padding: 0;
}
ul.newsticker li {
margin: 0 0 18px 0;
padding: 0;
}
ul.newsticker a {
/*white-space: nowrap;*/
padding: 0;
color: #165189;
} 
ul.newsticker span {
margin: 0 0 10px 0;
} 
