﻿#imageFlow
{
    position: relative;
    clear:both;
    float:left;
    width: 852px;
    color: #4B4947;
    height: 343px;
    left: 0px;
    top: 0px;
    padding-top: 60px;
    overflow: hidden;
    background-color: #B6B6B6;
    background-image: url(../img/bg_advertising.jpg);
    background-repeat: repeat-x;
}
#imageFlow .diapo
{
    position: absolute;
    left: -8000px;
    cursor: pointer;
    -ms-interpolation-mode: nearest-neighbor;
}
#imageFlow .link
{
    border: dotted #fff 1px;
    margin-left: -1px;
    margin-bottom: -1px;
}
#imageFlow .text
{
    position: absolute;
    left: 60%;
    width: 35%;
    top:10%;
    text-align: right;
    color: #FFF;
    font-family: Trebuchet MS,verdana, arial, Helvetica, sans-serif;
    z-index: 1000;
    font-size:20px;
}

#bottom_press_box_sx_title .title
{
    font-size: 20px;
    float: left;
    margin-left: 20px !important;
    margin-left:10px;
    width: 480px;
}
#bottom_press_box_sx_title .legend
{
    clear: both;
    float: left;
    font-size: 12px;
    color: #252424;
    width: 480px;
    margin-left: 20px !important;
    margin-left:10px;
    margin-top: 14px;
    padding-bottom: 46px;
}

#bottom_press_box_sx_title .anno
{   
    clear: both;
    float: left;
    font-size: 10px;
    color: #252424;
    width: 480px;
    margin-left: 20px !important;
    margin-left:10px;
    margin-top: 14px;
    padding-bottom: 46px;
}

#imageFlow .title
{
    font-size: 0.9em;
    font-weight: bold;
}
#imageFlow .legend
{
    font-size: 0.8em;
    color:#ea094f;
}
#imageFlow .scrollbar
{
    position: absolute;
    left: 10%;
    bottom: 10%;
    width: 80%;
    height: 16px;
    z-index: 1000;
}
#imageFlow .track
{
    position: absolute;
    left: 1%;
    width: 98%;
    height: 16px;
 /* filter: alpha(opacity=30);
    opacity: 0.3;  */
}
#imageFlow .arrow-left
{
    position: absolute;
}
#imageFlow .arrow-right
{
    position: absolute;
    right: 0px;
}
#imageFlow .bar
{
    position: absolute;
    height: 16px;
    left: 25px;
}

