/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.skin-moda ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.skin-moda .jcarousel-container {
    position: relative;
    border: 1px #d2d2d2 solid;
    width: 298px;
    height: 126px;
    padding: 1px;
}

.skin-moda .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.skin-moda .jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.skin-moda .jcarousel-list li,
.skin-moda .jcarousel-item {
    float: left;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 85px;
    height: auto;
    padding-left: 1px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.skin-moda .jcarousel-next {
  z-index: 3;
  background: url(../images/moda_next.png) no-repeat;
  width: 20px;
  height: 126px;
  float: right;
}

.skin-moda .jcarousel-prev {
    z-index: 3;
    background: url(../images/moda_prev.png) no-repeat;
    width: 20px;
    height: 126px;
    float: left;
}


.skin-moda .jcarousel-container-horizontal {
    width: 298px;
}
.skin-moda .jcarousel-clip-horizontal {
    width:  258px;
    _width:  248px;
    height: auto;
}

