﻿* { margin:0; padding:0; }

#newsandeventsticker {
	border: 1px #53A1D5 solid;
	background-image: url('NewsTicker.bmp');
	height: 197px;
	width: 400px;

}

#newsandeventsticker a { text-decoration:none; }
#newsandeventsticker img { border: 2px solid #FFFFFF; }

#newsandeventsticker .title {
	background: #53A1D5;
	text-align: left;
	font-size: 13px;
	font-weight: 800;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	color: #FFFFFF;
}
#newsandeventsticker .itemtitle {
	font-family: Arial;
	padding: 0px 1px 1px 1px;
	font: normal normal 600 12px Arial, sans-serif;
	border-bottom: 1px #53A1D5 solid;
	color: #4d7cc1;
}
#newsandeventsticker .itemdescription {
	padding: 0px 1px 1px 2px;
	font: normal normal 12px Arial, sans-serif;
	color: #262925;
	font-weight: 500;
}

.newsticker-jcarousellite {
	padding: 2px;
}
.newsticker-jcarousellite ul li{
	padding: 0 0 1px 0;
	height: 100%;
	width: 396px;
	list-style: none;
	display: block;
}
}
.newsticker-jcarousellite .thumbnail { float:left; width:110px; }
.newsticker-jcarousellite .info { float:right; width:190px; }
.newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#808080; }

.clear { clear: both; }
