﻿img
{
    border: none;
}
.container
{
    height: auto;
    width: 413px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    direction:ltr;
}

.container .content
{
    background-image: url(../images/content_bg.jpg);
    background-repeat: no-repeat;
    height: 85px;
    width: 413px;
    position: relative;
    text-align: justify;
    top: -1px;
}
.container .content .scroller
{
    /*background-color: #000000;*/
    position: absolute;
    width: 413px;
    left: 0px;
    background-color: #e3e2e7; /*     border-top-width: 1px;     border-bottom-width: 1px;     border-top-style: solid;     border-bottom-style: solid;     border-top-color: #999999;     border-bottom-color: #999999;     */
}

.container .content a
{
    color: #fec607;
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 1px dotted #fec607;
}
.container .content img
{
    border: none;
    padding: 0,10,0,10;
    vertical-align: top;
}

.leftControl
{
    float: left;
    width: 20px;
    text-align: center; /*line-height: 100px;*/
    display: block;
    height: 85px;
    padding-top: 0px;
}
.rightControl
{
    float: left;
    width: 20px;
    text-align: center; /*line-height: 233px;*/
    display: block;
    height: 85px;
    padding-left: 3px;
}
.outerScroller
{
    float: left;
    width: 370px;
    overflow: hidden;
    height: 85px;
    display: block;
    position: relative;
}
.innerScroller
{
    width: 1900px;
    height: 85px;
    position: relative;
    text-align: center;
    overflow: hidden;
}
