#imageFlow {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
}
#imageFlow .diapo {
    position: absolute;
    left: -1000px;
    cursor: pointer;
    -ms-interpolation-mode: nearest-neighbor;
    border: 7px solid #85b6cd;
    box-sizing: border-box;
    opacity: 0.5;
}

#imageFlow .link {
    opacity: 0.5;
    box-shadow: 10px 10px 30px #000;
    box-sizing: border-box;
}
#imageFlow .active {
    opacity: 1;
    border: 14px solid #85b6cd;
    text-shadow: 0 10px 20px #000;
    box-sizing: border-box;
}
#imageFlow .bank {
    display:none;
}
#imageFlow .top {
    position: absolute;
    width: 100%;
    height: 40%;
    background: #181818;
}
#imageFlow .text {
    position: absolute;
    left: 0px;
    top: 80px;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-family: georgia, "Helvetica Neue", Helvetica, Arial, sans-serif;
    z-index: 1000;
}
#imageFlow .title {
    font-size: 26px;
    line-height: 2em;
    font-weight: bold;
    font-style: italic;
}

#imageFlow .legend {
    font-size: 20px;
    color: #00a0e9;
}

#imageFlow .scrollbar {
    position: absolute;
    left: 10%;
    bottom: 10%;
    width: 80%;
    height: 16px;
    z-index: 1000;
}
#imageFlow .track {
    position: absolute;
    top:21px;
    left: 5%;
    width: 90%;
    height: 1px;
    display: block;
    background: rgba(255,255,255,0.2);
}
#imageFlow .arrow-left {

    width: 30px;

}
#imageFlow .arrow-right {

    width: 30px;

}
#imageFlow .bar {
    position: absolute;
    height: 20px;
    left: 25px;
    border-radius: 50%;
    top: 11px;
}
#imageFlow img.diapo:hover{
    opacity: 1;
}
#imageFlow img{
    max-height: 460px;
    height: 60%;

}
