 .rssrotatormain {
   height: auto;
   width: auto;
 }
 
 .rssrotatorcontainer {
   height: auto;
   width: auto;
   
 }
 .rssrotatoritem {
   left: 5px;
   height: auto;
   width:auto;
 }
 .rssrotatoritems {
   left: 5px;
   height: auto;
   width:auto;
 }
 .WebcodaRssRotatorItem{
    margin-bottom:8px;
    font-family: Georgia, Verdana, serif;
    /* font-family:Segoe UI, Arial;*/
 }
 .WebcodaRssRotatorItem .title{
    clear: both;
    font-size:14px;
    font-weight:bold;
    color:#3c96be; /* 3165C6:*/
 }
 .WebcodaRssRotatorItem .pubDateAndAuthor{
    font-size:11px;
    color:#707070; /* 828282; */
    margin-bottom:6px;
}
.WebcodaRssRotatorItem .lineUnderTitle{
    border-top: solid 1px #3c96be; /* 3165C6:*/
    border-bottom:none;
    border-right:none;
    border-left:none;
    margin-top:0px;
    margin-bottom:3px;
    height:1px;
}
.WebcodaRssRotatorItem .description{
    font-size:12px !important;
    color:#4e4e4e;
    line-height:1.5em;
    /*font-family:Segoe UI, Arial !important; */
     font-family: Georgia, Verdana, serif;
    
}
.WebcodaRssRotatorItem .readMore
{
	color: #4394c2; 
    text-decoration: none;
    background: url('../img/content/square_blue.gif') no-repeat left center;
    padding: 7px;
    clear: both;
    float: right;   
}