.horz-carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.horz-carousel-header {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin: 1.87em auto;
}

.horz-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  list-style: none;
}

.horz-carousel-slide {
  position: relative;
  width: 100%;
  overflow: hidden;
  float: left;
}

.block li.horz-carousel-slide {
  list-style: none;
  margin-left: 0;
  padding: 0;
}

.device-mobile .horz-carousel,
.device-mobile .horz-carousel-slide,
.device-mobile .carousel-wrapper {
  width: 270px;
  height: 450px;
}

.device-mobile .horz-carousel,
.device-mobile .carousel-wrapper {
  margin: 0 auto;
  overflow: hidden;
}

/*@media screen and (max-width: 568px) {
  .device-mobile .horz-carousel,
  .device-mobile .horz-carousel-slide {
    width: 270px;
    height: 300px;
  }
}

@media screen and (max-width: 736px) {
  .device-mobile .horz-carousel,
  .device-mobile .horz-carousel-slide {
    width: 400px;
    height: 350px;
  }
}*/



.horz-carousel-container .prev-btn,
.horz-carousel-container .next-btn {
  display: block;
  position: absolute;
  width: 45px;
  height: 45px;
  top: 50%;
  margin-top: -22px;
  z-index: 5;
  background: url("/media/export/cms/horizontal_carousel/carousel_nav_sprite.png") no-repeat;
  cursor: pointer;
}

.horz-carousel-container .arrow-wrapper {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: 0;
}

@media screen and (min-width: 1125px) {
  .horz-carousel-container .arrow-wrapper {
    width: 1124px;
    left: 50%;
    right: auto;
    margin-left: -562px;
  }
}

.horz-carousel-container .prev-btn {
  left: 0;
  background-position: 0px 0px;
}

.horz-carousel-container .next-btn {
  right: 0;
  background-position: 0px -45px;
}



.horz-carousel-container .prev-btn:hover {
  background-position: -45px 0px;
}

.horz-carousel-container .next-btn:hover {
  background-position: -45px -45px;
}

.horz-carousel-container.light-bg .prev-btn {
  background-position: 0px -90px;
}

.horz-carousel-container.light-bg .next-btn {
  background-position: 0px -135px;
}

.horz-carousel-container.light-bg .prev-btn:hover {
  background-position: -45px -90px;
}

.horz-carousel-container.light-bg .next-btn:hover {
  background-position: -45px -135px;
}

.device-mobile .horz-carousel-container .arrow-wrapper {
  width: auto;
  height: auto;
  top: 81%;
  bottom: auto;
}


.device-mobile .horz-carousel-container .prev-btn,
.device-mobile .horz-carousel-container .next-btn {
  width: 25px;
  height: 25px;
  top: 0;
  margin-top: 0;
  background: url("/media/export/cms/horizontal_carousel/carousel_nav_sprite_mobile.gif") no-repeat;
}

.device-mobile .horz-carousel-container .prev-btn,
.device-mobile .horz-carousel-container .prev-btn:hover,
.device-mobile .horz-carousel-container.light-bg .prev-btn:hover {
  left: 0;
  background-position: 0px 0px;
}

.device-mobile .horz-carousel-container .next-btn,
.device-mobile .horz-carousel-container .next-btn:hover,
.device-mobile .horz-carousel-container.light-bg .next-btn:hover {
  right: 0;
  background-position: 0px -25px;
}





.horz-carousel-container .dot-nav-wrapper {
  position: absolute;
  height: 15px;
  top: auto;
  left: 0;
  right: 0;
  bottom: 2.5%;
  text-align: center;
  z-index: 4;
}

.horz-carousel-container .dot-nav {
  position: relative;
  height: 15px;
  width:auto;
  display: inline-block;
  overflow: hidden;
}

.horz-carousel-container .dot-nav-item {
  position: relative;
  width: 15px;
  height: 15px;
  display: block;
  overflow: hidden;
  float: left;
  background: url("/media/export/cms/horizontal_carousel/carousel_nav_sprite.png") no-repeat -100px 0;
  cursor: pointer;
}

.horz-carousel-container .dot-nav-item:hover,
.horz-carousel-container .dot-nav-item.on {
  background-position: -100px -15px;
}

.horz-carousel-container.light-bg .dot-nav-item {
  background-position: -115px -0px;
}

.horz-carousel-container.light-bg .dot-nav-item:hover,
.horz-carousel-container.light-bg .dot-nav-item.on {
  background-position: -115px -15px;
}

/*.horz-carousel-container .full-slide-link:hover {
  text-decoration: none;
}

.horz-carousel-container .full-slide-link:hover .btn-lrg {
  background: #333333;
}

.horz-carousel-container .full-slide-link:hover .btn-lrg.light-gray {
  background: #666666;
}

.horz-carousel-container .full-slide-link:hover .btn-lrg.white {
  background: #cccccc;
}*/


/* Mobile Styles */


