﻿#imageFlow {
  position: absolute;
  width: 100%;
  height: 80%;
  left: 0%;
  top: 10%;
}
#imageFlow > img {
  width: 600px;
  border-radius: 16px;
}
#imageFlow .diapo {
  position: absolute;
  left: -10000px;
  cursor: pointer;
  -ms-interpolation-mode: nearest-neighbor;
}
#imageFlow .link {
  border: dotted #fff 1px;
  margin-left: -1px;
  margin-bottom: -1px;
}
#imageFlow .bank {
  visibility: hidden;
}
#imageFlow .top {
  position: absolute;
  width: 100%;
  height: 40%;
}
#imageFlow .text {
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: 16%;
  text-align: center;
  color: #fff;
  font-family: verdana, arial, Helvetica, sans-serif;
  z-index: 1000;
}
#imageFlow .title {
  font-size: 0.9em;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#imageFlow .legend {
  font-size: 0.8em;
}
#imageFlow .scrollbar {
  position: absolute;
  left: 10%;
  bottom: 10%;
  width: 80%;
  height: 16px;
  z-index: 1000;
}
#imageFlow .track {
  position: absolute;
  left: 2%;
  top: 100%;
  width: 96%;
  height: 6px;
  filter: alpha(opacity=30);
  opacity: 0.3;
}
#imageFlow .arrow-left {
  position: absolute;
  left: -4%;
}
#imageFlow .arrow-right {
  position: absolute;
  right: -4%;
}

#imageFlow .arrow-right,
#imageFlow .arrow-left {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
}
#imageFlow [disabled='disabled'] {
  opacity: 0.5;
}

#imageFlow .bar {
  position: absolute;
  height: 6px;
  /* width: 35px; */
  top: 100%;
  left: 2%;
  width: unset;
}
