* { margin:0; padding:0; }

#newsticker-demo { 
width:280px;
height:120px;
background:url(../NewItems/Body.jpg);
font-family:Verdana,Arial,Sans-Serif;
font-size:12px;
overflow:hidden;
}

#newsticker-demo a { text-decoration:none; }


#newsticker-demo .title {
	background:url(../NewItems/Title.jpg);
	height:30px;
text-align:center;
font-size:14px;
font-weight:bold;
margin-bottom:5px;


}

.newsticker-jcarousellite { width:280px; }
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:5px; }
.newsticker-jcarousellite .thumbnail { float:left; width:60px; border:hidden;}
.newsticker-jcarousellite .info { float:right; width:220px; min-height:35px }
.newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#CCC; }

.clear { clear: both; }
