@charset "utf-8";
    .modern-ticker {
    width: auto;
    height: 30px;
    line-height: 30px;
    padding: 2px;
    font-size: 12px;
    position: relative;
    overflow: hidden;
}
.modern-ticker a {
    text-decoration: none;
}
.modern-ticker ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mt-round {
    border-radius: 7px;
}
.mt-label {
    margin-right: 2px;
    padding: 0 8px 0 12px;
    float: left;
}
.mt-round .mt-label {
    border-radius: 5px 0 0 5px;
}
.mt-news {
    height: 100%;
    overflow: hidden;
    float: left;
}
.mt-scroll .mt-news {
    background-color: transparent;
}
.mt-round .mt-news:first-child, .mt-round .mt-news:first-child a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.mt-round .mt-news:last-child, .mt-round .mt-news:last-child a {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.mt-scroll.mt-round .mt-news a {
    border-radius: 0;
}
.mt-news ul {
    background-repeat: no-repeat;
    background-position: -1000px;
}
.mt-news li {
    float: left;
}
.mt-news a {
    font-size: 12px;
    padding: 0 10px 0 20px;
    margin-right: 2px;
    background-repeat: no-repeat;
    background-position: 7px center;
    display: block;
}
.mt-hide {
    display: none;
}
.mt-controls {
    margin-left: 2px;
    height: 100%;
    position: absolute;
    right: 2px;
    background-repeat: no-repeat;
    background-position: -1000px;
}
.mt-next, .mt-play, .mt-prev {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    float: left;
}
.mt-round .mt-next {
    border-radius: 0 5px 5px 0;
}
@charset "utf-8";
    a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    f
    vertical-align: baseline;
}


ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.modern-ticker {
    margin-bottom: 0px;
    margin-top: 0px;
}
h1 {
    color: #fafafa;
    background-color: #404040;
    font-size: 16px;
    padding: 7px 10px;
    margin-bottom: 7px;
    border-radius: 5px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
#options {
    background-image: url(options-background.png);
    padding: 12px 20px;
    border-radius: 10px;
}
#corners, #layout, #theme {
    float: left;
}
#layout, #theme {
    margin-right: 60px;
}
#options h1 {
    color: #fafafa;
    background-color: #4a4a4a;
    padding: 8px 12px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
#options li {
    color: #202020;
    background-color: #e0e0e0;
    padding: 8px 12px;
    margin-bottom: 2px;
    cursor: pointer;
    border-radius: 5px;
}
#options .selected, #options li:hover {
    background-color: #BD6C31;
}
#options .hlist ul {
    margin-right: 20px;
    float: left;
}
#options .hlist ul:last-child {
    margin-right: 0;
}
.clear {
    clear: both;
}



@charset "utf-8";
    .modern-ticker {
    color: #fafafa;
    background-color: #fafafa;
}
.mt-label {
    background-color: #BD6C31;
}
.mt-news {
    background-color: #dedede;
}
.mt-preloader {
    background: url(images/preloader.gif) no-repeat center;
}
.mt-news ul {
    background-image: url(images/bullet-over.png);
}
.mt-news a {
    color: #000;
    background-color: #F3C273;
    background-image: url(images/bullet.png);
}
.mt-news a:hover {
    color: #fafafa;
    background-color: #BD6C31;
    border-color: #3F3F3F;
    background-image: url(images/bullet-over.png);
}
.mt-news a:active {
    background-color: #07f;
}
.mt-controls {
    background-image: url(images/pause.png);
}
.mt-next, .mt-prev {
    background-color: #BD6C31;
}
.mt-prev {
    background-image: url(images/arrow-prev.png);
}
.mt-next {
    background-image: url(images/arrow-next.png);
}
.mt-play {
    background-color: #A15218;
    background-image: url(images/play.png);
}
.mt-pause {
    background-image: url(images/pause.png);
}
.mt-next:hover, .mt-play:hover, .mt-prev:hover {
    background-color: #A15218;
}
.mt-next:active, .mt-play:active, .mt-prev:active {
    background-color: #A15218;
}