.slide{
  width: 100%;
  height: 100%;
  position: relative;
  left: 0px;
  top: -100%;
  display: block;
}
.viewport{
  width: 195px;
  height: 146px;
  overflow: hidden;
  display: block;
  left: 20px;
  top: 15px;
  position: relative;
}
.textlable {
  position: absolute;
  left: 0px;
  top: 162px;
  font-size: 14px;
  color: #FFFFFF;
  font-family: tahoma;
  display: block;
  text-align: center;
  width: 100%;
}
