.cpSlider {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cpSlider > li {
  margin: 0;
}
.cpSlider > li > a {
  display: block;
  text-decoration: none;
}
.cpSlider > li > img,
.cpSlider > li > a > img {
  max-width: 100%;
}
.js .cpSlideshow,
.js .cpWindow,
.js .cpSlider,
.cpSlider > li {
  position: relative;
}
.cpSlider .overlay {
  background: url(../Images/SlideshowOverlay.png) repeat 0 0;
  color: #fff;
  padding: .5em;
  text-align: left;
}
.wide .cpSlider .overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}
.cpSlider .overlay > h4 {
  font-weight: bold;
  margin: 0;
}
.cpSlider .overlay > p {
  margin: 0;
}
.js .cpSlideshow .cpWindow {
  overflow: hidden;
  width: 100%;
}
.js .cpSlider li {
  float: left;
  position: relative;  
}
.js .cpSlider li img {
  display: inline-block;
}
.js .cpSlider .showing {
  z-index: 2;
}
.js .cpSlideshow .arrow {
  text-indent: 100%;
  white-space: nowrap;
  text-indent: -100%;
  width: 60px;
  height: 60px;
  display: block;
  opacity: 0;
  margin-top: -30px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  z-index: 5;
}
.js .cpSlideshow .arrow:before,
.js .cpSlideshow .arrow:after {
  content: "";
  position: absolute;
  top: 50%;
}
.js .cpSlideshow .arrow:before {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  background-color: #000;
  margin-top: -15px;
}
.js .cpSlideshow .arrow:after {
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 8px;
  margin-top: -8px;
}
.js.generatedcontent .cpSlideshow:hover .arrow,
.js.generatedcontent .cpSlideshow:focus .arrow {
  opacity: .25;
}
.js.generatedcontent .cpSlideshow .arrow:hover,
.js.generatedcontent .cpSlideshow .arrow:focus {
  opacity: .75;
}
.js .cpSlideshow .arrow:hover:before,
.js .cpSlideshow .arrow:focus:before {
  opacity: .5;
}
.js .cpSlideshow .arrow.next {
  right: 0;
}
.js .cpSlideshow .arrow.next:before {
  right: 5px;
}
.js .cpSlideshow .arrow.next:after {
  border-left-color: #fff;
  right: 6px;
}
.js .cpSlideshow .arrow.prev {
  left: 0;
}
.js .cpSlideshow .arrow.prev:before {
  left: 5px;
}
.js .cpSlideshow .arrow.prev:after {
  border-right-color: #fff;
  left: 6px;
}
.js.no-generatedcontent .cpSlideshow .arrow {
  background-image: url(../Images/SlideshowArrows.png);
  background-position: 120px 120px;
  background-repeat: no-repeat;
  opacity: 1;
}
.js.no-generatedcontent .cpSlideshow:hover .arrow.next {
  background-position: -65px 0;
}
.js.no-generatedcontent .cpSlideshow:hover .arrow.prev {
  background-position: 5px 0;
}
.js.no-generatedcontent .cpSlideshow .arrow.next:hover,
.js.no-generatedcontent .cpSlideshow .arrow.next:focus {
  background-position: -65px -60px;
}
.js.no-generatedcontent .cpSlideshow .arrow.prev:hover,
.js.no-generatedcontent .cpSlideshow .arrow.prev:focus {
  background-position: 5px -60px;
}
.js .cpSlideshow .pager {
  list-style: none !important;
  margin: .5em 0 0 0 !important;
  padding: 0 !important;
  text-align: center;
  letter-spacing: -0.06em;
  word-spacing: -0.43em;
}
.js .cpSlideshow .pager > li {
  display: inline-block;
}
.js .cpSlideshow .pager > li > a {
  display: block;
  padding: .25em;
  position: relative;
  text-decoration: none;
  width: 1.5em;
}
.js .cpSlideshow .pager > li > a:hover,
.js .cpSlideshow .pager > li > a:focus,
.js .cpSlideshow .pager > li > a:active,
.js .cpSlideshow .pager > .active > a:link,
.js .cpSlideshow .pager > .active > a:hover {
  font-weight: bold;
}
.js.generatedcontent .cpSlideshow .pager.dots > li > a {
  opacity: .25;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.js.generatedcontent .cpSlideshow .pager.dots > li > a:before {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 6px;
  height: 6px;
  background-color: #000;
  content: "";
  left: 50%;
  margin-left: -3px;
  margin-top: -3px;
  position: absolute;
  top: 50%;
}
.js.generatedcontent .cpSlideshow .pager.dots > li > a:hover,
.js.generatedcontent .cpSlideshow .pager.dots > li > a:focus,
.js.generatedcontent .cpSlideshow .pager.dots > li > a:active,
.js.generatedcontent .cpSlideshow .pager.dots > .active > a:link,
.js.generatedcontent .cpSlideshow .pager.dots > .active > a:hover {
  opacity: .5;
}
.js.generatedcontent.no-opacity .cpSlideshow .pager.dots > li > a:before {
  background: url(../Images/PaginationDots.png) no-repeat 0 -6px;
}
.js.generatedcontent.no-opacity .cpSlideshow .pager.dots > li > a:hover:before,
.js.generatedcontent.no-opacity .cpSlideshow .pager.dots > li > a:focus:before,
.js.generatedcontent.no-opacity .cpSlideshow .pager.dots > li > a:active:before,
.js.generatedcontent.no-opacity .cpSlideshow .pager.dots > .active > a:link:before,
.js.generatedcontent.no-opacity .cpSlideshow .pager.dots > .active > a:hover:before {
  background-position: 0 0;
}