﻿html
{
    overflow: hidden;
}
.body
{
    margin: 0px;
    padding: 0px;
    /*background: #000;*/
}
#imageFlow
{
    position:absolute;
    width: 400px;
    height:350px;
    left: 42%;
    top: 150px;    
    /*background: #000;*/
}
#imageFlow .diapo
{
    position: absolute;
    left: -1000px;
    cursor: pointer;
    -ms-interpolation-mode: nearest-neighbor;
}
#imageFlow .link
{
    border: dotted #fff 1px;
    margin-left: -1px;
    margin-bottom: -1px;
}
#imageFlow .bank
{
    visibility: hidden;    
}
#imageFlow .bank div
{
    display:inline;
}
#imageFlow .top
{
    position: absolute;
    width: 100%;
    /*background: #181818;*/
}
#imageFlow .text
{
    position: absolute;
    left: 0px;
    width: 100%;
    top: 330px;
    text-align: center;
    color: #fff;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif
    z-index: 1000;
}
#imageFlow .title
{
    font-size: 17pt;
    font-weight:900;
}
#imageFlow .legend
{
    font-size: 15pt;
}
#imageFlow .scrollbar
{
    position: absolute;
    left: 10%;
    top: 400px;
    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;
    right:295px;
}
#imageFlow .arrow-right
{
    position: absolute;
    right: 0px;
}
#imageFlow .bar
{
    position: absolute;
    height: 16px;
    left: 25px;
}
