﻿/***** Mooquee *****/
div.marquee_wrapper
{
    height: 64px;
    margin-bottom: 16px;
    font-family: Georgia, Times New Roman, Times, Serif;
    font-weight: bold;
    font-style: italic;
    font-size: 30px;
    line-height: 45px;
    color: #FFFFFF;
    background-image: url('/images/home/banner_bg.jpg');
    background-position: center top;
    background-repeat: no-repeat;
}

div.marquee
{
    height: 64px;
    width: 712px;
    margin: 0px 4px;
    padding: 5px 0px 0px 0px;
    font-family: Georgia, Times New Roman, Times, Serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 45px;
    color: #FFFFFF;
}
