.contentblock {
  background-color: white;
}
.contentblock .padding1 {
  margin-top: 20px;
  padding: 10px;
}
.cyclelist {
  width: 100% !important;
  height: auto !important;
}
.cyclelist>.cyclelistitem {
  width: 100% !important;
  height: auto !important;
}
.cyclelist>.cyclelistitem.asblock {
  position: relative !important;
}
.cyclelist .before,
.cyclelist .after {
  position: absolute;
  top: 0;
  content: ' ';
  display: block;
  height: 100%;
  width: 15px;
  cursor: pointer;
  z-index: 10;
  background-position: center center;
  background-repeat: no-repeat;
}
.cyclelist .before {
  left: 10px;
  background-image: url('../images/btn_menu_arrow_left.png');
}
.cyclelist .after {
  right: 10px;
  background-image: url('../images/btn_menu_arrow_right.png');
}
.container {
  overflow: hidden;
}
