﻿* {
    margin: 0;
    padding: 0;
}

#newsticker-demo {
    width: 100%;
    height: 400px;
    font-family: Verdana,Arial,Sans-Serif;
    font-size: 14px;
    margin: 0 0 0 0;
}

    #newsticker-demo a {
        text-decoration: none;
    }

    #newsticker-demo img {
        border: 2px solid #FFFFFF;
    }

    #newsticker-demo .title {
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        padding: 5px;
    }

.newsticker-jcarousellite {
    width: 100%;
    height: 400px;
}

    .newsticker-jcarousellite ul li {
        list-style: none;
        display: block;
        padding-bottom: 1px;
        margin-bottom: 5px;
        height: 400px;
    }

    .newsticker-jcarousellite .thumbnail1 {
        float: left;
        width: 110px;
        height: 400px;
    }

    .newsticker-jcarousellite .info {
        /*float: right;*/
        width: 100%;
        height: 400px;
    }

        .newsticker-jcarousellite .info span.cat {
            display: block;
            font-size: 10px;
            color: #808080;
            width: 100%;
            height: 400px;
        }

.clear {
    clear: both;
}
