.maincontent {
  float: none !important;
  width: auto;
}
.maincontent ul.cyclepager {
  list-style: none;
  background-image: none !important;
}
.maincontent .cycle-slideshow {
  border: 2px solid #cdcdcd;
}
.maincontent .cycle-slideshow .cycle-caption {
  left: 10px;
  bottom: 10px;
  padding: 0.5em 1em;
  z-index: 101;
  color: white;
}
.maincontent .cycle-slideshow .cycle-caption:before {
  background-color: black;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.5;
  content: ' ';
  border-radius: 10%;
  z-index: -1;
}
.maincontent .cycle-slideshow figure {
  width: 100%;
  height: 100%;
}
.maincontent .cycle-slideshow figure figcaption {
  padding: 12px 8px;
  padding-left: 80px;
}
.maincontent .cycle-slideshow figure figcaption:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border-radius: 15px;
}
.maincontent .cycle-slideshow figure figcaption >.block {
  z-index: 2;
  color: white;
  color: #3CB3C0;
  font-weight: bold;
  text-align: right;
}
.maincontent .cycle-slideshow figure figcaption >.block >span {
  color: brown;
}
.maincontent .cyclepager {
  text-align: center;
  margin: 10px 0 !Important;
  padding-left: 0 !important;
}
.maincontent .cyclepager li {
  border: 2px solid white;
}
.maincontent .cyclepager li.cycle-pager-active {
  border: 2px solid #69b2d2;
}
.maincontent .cyclepager li figure figcaption {
  padding: 10px 5px;
  padding-left: 80px;
}
.maincontent .cyclepager li figure figcaption:after {
  background: black;
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.maincontent .cyclepager li figure figcaption >.block {
  z-index: 2;
  color: white;
  font-weight: bold;
  text-align: center;
}
.maincontent .ctrlwrap {
  width: 25px;
  text-align: center;
  z-index: 101;
  white-space: nowrap;
}
.maincontent .ctrlwrap:after {
  content: ' ';
  width: 1px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.maincontent .ctrlwrap .ctrl {
  font-size: 2.5em;
  cursor: pointer;
}
.maincontent .ctrlwrap .ctrl:hover {
  color: #9c8679;
}
.maincontent .cyclepagerwrap {
  text-align: center;
}
