<!--
.nwststyle1 {color: #FFFFFF}
.newsticker-jcarousellite { 
    width:600px; 
    color: #FFFFFF; 
    height: 290px; 
    display:block;
}
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:5px; }
.newsticker-jcarousellite .thumbnail { float:left; width:480px; background-color: #1b1b1b; }
.newsticker-jcarousellite .info { float:right; width:190px; }
.newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#808080; }
.youtube {display: block;}
.youtuber {display:none;}
#newslink {
    width:400px;

}
.prev{
    width:81px;
    height:23px;
    margin-right: 100px;
    float:left;
}
.next {
    width:81px;
    height:23px;
    margin-left: 100px;
    float: right;
}
a.prev {
    background-image: url(/images/prev_small.png);
    background-repeat: no-repeat;
    display:block;
    border:0;

}
a.prev:hover {
    color: fuchsia;
    background-image:url(/images/prev_small_hover.png);
    background-repeat: no-repeat;
    display:block;
    border:0;
}

a.next {
    background-image: url(/images/next_small.png);
    background-repeat: no-repeat;
    display:block;
    border:0;

}
a.next:hover {
    color: green;
    background-image:url(/images/next_small_hover.png);
    background-repeat: no-repeat;
    display:block;
    border:0;
}
.clear { clear: both; }
-->