@charset "utf-8";
/* CSS Document */

   

#newsticker-demo {  
	width:265px;    
	margin:0 auto;
}  
     
.newsticker-jcarousellite { 
	
}

.newsticker-jcarousellite ul { 
	margin: 0;
	padding: 0;
}

.newsticker-jcarousellite ul li {
	list-style:none;
	display:block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #CCC;
	height:128px;
}  
   
.clear {
	clear: both;
}  