html.js .isea-carousel {
  position:relative;
  /*height:100px;*/
}
html.js .isea-carousel.min .next,
html.js .isea-carousel.min .prev {
  visibility: hidden;
  display: none;
}
html.js .isea-carousel .prev {
  float:left;
  cursor:pointer;
}
html.js .isea-carousel a.disabled {
visibility: visible;
cursor: default;
}
html.js .isea-carousel .next {
  float:right;
  cursor:pointer;
}
html.js .isea-carousel .main {
  position:relative;
  overflow:hidden;
  float: left;
}
html.js .isea-carousel .items {
  position:relative;
  width:20000em;
  clear: both;
}
html.js .isea-carousel .item {
  float:left;
}

.isea-carousel .item {
  margin:0 5px;
  /*overflow:hidden;*/
}

/** carousel 2**/
html.js .isea-carousel.type2 .main {
  top: 0;
  left: 0;
}
html.js .isea-carousel.type2 .item {
  float:left;
  width: 940px;
}
html.js .isea-carousel.type2 .slide-actions {
  position: absolute;
  bottom: 10px;
  right: 10px;
  zoom:1;
  z-index: 5;
}
html.js .isea-carousel.type2 .slide-actions a {
  cursor: pointer;
}

html.js .isea-carousel.type2 .navi-left,
html.js .isea-carousel.type2 .navi,
html.js .isea-carousel.type2 .navi-right{
  float: right;
  display: block;
}
html.js .isea-carousel.type2  .navi a {
  float: left;
  width: 9px;
  height:9px;
  margin-top: 3px;
}
html.js .isea-carousel.type2 .slide-actions .navi a.active {
  background-position: -50px -550px;
}
