@charset "utf-8";
/* CSS Document */
 .newsticker {
	display: block;
	overflow: hidden;
	position: relative;
	width: 158px;
	height: 68px;
    }  
	 .newsticker ul  {
	/*float: left; add the float: left when you prefer a horizontal news ticker*/  
	padding: 0px;
	margin: 0px;
	width: 162px;
    }  

   


   

  
 .newsticker ul li {
	/*float: left; add the float: left when you prefer a horizontal news ticker*/  
     display: block;
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	height: 68px;
	width: 158px;
    }  

