@font-face {
    font-family: 'CalvertMTRoman';
    src: url('../fonts/calvertmt-webfont.eot');
    src: url('../fonts/calvertmt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/calvertmt-webfont.woff') format('woff'),
         url('../fonts/calvertmt-webfont.ttf') format('truetype'),
         url('../fonts/calvertmt-webfont.svg#CalvertMTRoman') format('svg');
    font-weight: normal;
    font-style: normal;

}


* { margin:0; padding:0; }

#newsticker-demo { 
width:280px; 
/*background:#EAF4F5; */
padding:5px 5px 0; 
font-family:Verdana,Arial,Sans-Serif;
font-size:12px;
/*margin:20px auto;*/
float:left;
}

#newsticker-demo a { text-decoration:none; line-height:14px; }
#newsticker-demo img { /*border: 2px solid #FFFFFF;*/ }

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

.title3{
	font-family: "CalvertMTRoman";
	font-size: 24px;
	margin-bottom: 10px;
	float: left;
	width: 280px;
	border-bottom: 1px solid grey;
	padding-bottom: 8px;
	padding-top: 10px;
}

.newsticker-jcarousellite { width:300px; }
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:5px; height:100px; }
.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; }
