* { margin:0; padding:0; }

#newsticker-demo {
height:auto;
margin:0 auto;
width:400px; 
background:#EAF4F5; 
padding:5px; 
font-family:Verdana,Arial,Sans-Serif;
font-size:12px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
}

#newsticker-demo a { text-decoration:none; }
#newsticker-demo img { border: 0px solid #FFFFFF; width:80px; height:80px; }

#newsticker-demo .title {
text-align:center;
font-size:14px;
font-weight:bold;
padding:5px;
}

.newsticker-jcarousellite { width:400px;}
.newsticker-jcarousellite ul li{
padding:5px;
min-height:65px;
border-bottom:1px solid #ccc;
list-style:none;
display:block;
}

.infofrom {
font-family: lucida grande,tahoma,verdana,arial,sans-serif;
font-size:13px;
color: #6d84b4;
font-weight:bold;
}
.newsticker-jcarousellite ul li:hover { background-color:lightblue; }
.newsticker-jcarousellite .thumbnail { float:left; width:15px; height:15px; }

.newsticker-jcarousellite .info {
float:right;
width:300px;
font-family: lucida grande,tahoma,verdana,arial,sans-serif;
font-size:	12px;
color:#333333;
padding-bottom:5px;
}


.clear { clear: both; }

