#newsticker-demo {
	float:left;
	font-family:Verdana,Arial,Sans-Serif;
	font-size:12px;
	width:300px;
}

#newsticker-demo a { 
	float:left;
	text-decoration:none;
}
#newsticker-demo img { border: 2px solid #FFFFFF; }

#newsticker-demo .title {
	border-bottom:1px solid;
	font-size:14px;
	font-weight:bold;
	margin:0 0 15px;
	text-align:left;
}

.newsticker-jcarousellite, .newsticker-jcarousellite ul { 
	float:left;
	padding:0 !important;
	width:300px !important; 
	height: 20px !important;
	_height: 50px;
	margin: 0;
	display: inline;
	position: relative;
}
.newsticker-jcarousellite ul li { 
	display:inline;
	float:left !important;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0 0 5px !important;
	position: relative;
}
.newsticker-jcarousellite ul li a {
	color: #9d9d9d!important;
	font-weight: normal;
}
.newsticker-jcarousellite ul li a:hover {
	color: #ff0000;
}
.newsticker-jcarousellite .info { 
	float:left;
	width:600px;
}
.newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#808080; }

.clear { clear: both; }
