﻿.tickerbox {width:100%;padding:0; margin:0; height:180px;}
.tickerbox ul {width:auto; position:relative; margin-left:0; list-style:none;}

/* Use this to show the bullet */
/* .tickerbox ul {width:auto; position:relative; margin-left:1.5em;} */

.tickerbox li {
	width:100%;
	position:absolute;
	padding:0;
	margin-bottom:1.1em;
}

/*.hovered {background:#EBEBE4;}*/

