* { margin:0; padding:0; }

#newsticker-demo { 
width:230px; 
background:transparent; 
padding:0px 0px 0; 
font-family:Verdana,Arial,Sans-Serif;
font-size:12px;
margin:10px auto;
}

#newsticker-demo a {  
    color: #223C7E;
    font-weight: bold;
    text-decoration: none; 
	}
	
#newsticker-demo img { border: 2px solid #FFFFFF; }

#newsticker-demo .title {
    color: #A52931;
    font-family: 'Pontano Sans',sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 14px;
    text-align: right;
    text-transform: uppercase;
}

.newsticker-jcarousellite { 
     height: 267px !important;
    width: 230px;
 }

/*
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:5px; }
*/
.newsticker-jcarousellite ul li{  
 border-bottom: 1px solid #223C7E;
    display: block;
    height: auto !important;
    list-style: none outside none;
    padding-bottom: 10px;
    padding-top: 10px;
	 }


.newsticker-jcarousellite .thumbnail { float:left; width:110px; }
.newsticker-jcarousellite .info {  
    float: right;
    font-family: pontano sans;
    font-size: 13px;
    font-weight: lighter;
    height: auto;
    text-transform: none;
    width: 85%;
	}
.newsticker-jcarousellite .info span.testonews {    color: #223C7E;
    display: block;
    font-size: 13px;}
.newsticker-jcarousellite .info span.cat { 
    color: #223C7E;
    display: block;
    font-size: 13px;
    text-transform: lowercase; }

.clear { clear: both; }
