* { margin:0; padding:0; }

#newsticker-demo {
	width:380px;
	background:#EAF4F5;
	padding:5px 5px 0;
	font-family:Verdana,Arial,Sans-Serif;
	font-size:12px;
	margin:10px auto;
}

#newsticker-demo a { text-decoration:none; }
#newsticker-demo img { border: 2px solid #FFFFFF; }

#newsticker-demo .title {
text-align:center;
font-size:12px;
font-weight:bold;
padding:5px;
}

	 /* Links */ 
  .newsticker-demo A:link {text-decoration: none; color: #303030; font-weight:bold;}
 .newsticker-demo A:visited {text-decoration: none; color: #303030; font-weight:bold;}
.newsticker-demo A:active {text-decoration: none; color: #303030; font-weight:bold;}
 .newsticker-demo A:hover {text-decoration: none; color: #810303; font-weight:bold;}

.newsticker-jcarousellite {
	width:380px;
}
/* titleandinfo*/ 
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:3px; padding-top:3px; margin-bottom:5px; background-image:url(../images/divbak01.png); background-position:bottom; background-repeat:repeat-x;}
.newsticker-jcarousellite .thumbnail { float:left; width:110px; }
.newsticker-jcarousellite .info {
	float:right;
	width:265px;
	text-align:left;
	padding-right: 5px;
}
.newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#808080;}

.clear { clear: both; }
