.indica-carousel-container {
  clear: both;
  margin-top: 30px;
  position: relative;
  max-width: 100%;
}

.indica-carousel-mask {
  border-left: 1px solid #333;
  /*border-right: 1px solid #333;*/
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: 458px;
}

.indica-carousel-target {
  /*border-right: 1px solid #333;*/
  position: absolute;
  top: 0;
  left: 0;
}

.indica-carousel-item {
  border-right: 1px solid #333; 
  border-top: 1px solid #333; 
  border-bottom: 1px solid #333; 
  float: left;
  padding: 0 28px;
  text-align: center;
  width: 172px;
  height: 456px;
}

.indica-carousel-next, 
.indica-carousel-prev {
  background: url(../images/sprite-btn-carousel.png) no-repeat;
  margin-top: -17px;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 35px;
  text-indent: -99999px;
}

.indica-carousel-next {
  background-position: top right;
  right: 0px;
} 

.indica-carousel-next:hover {
  background-position: bottom right;
}

.indica-carousel-prev {
  background-position: top left;
  left: 0px;
}

.indica-carousel-prev:hover {
  background-position: bottom left;
}
