
.jcarousel-container {
    position: relative;
    margin-bottom:20px;
}

.abt .jcarousel-container {
    margin-bottom:0px;
}

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

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

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 160px;
    height: 100px;
}


.abt .jcarousel-list li,
.abt .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 140px;
    height: 130px;
}


/**
 * 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".
 */
.jcarousel-next {
  z-index: 3;
  display: none;
}

.jcarousel-prev {
  z-index: 3;
  display: none;
}

.jcarousel-container {
    width: 160px;
    padding:0;
}

.abt .jcarousel-container {
    width: 360px;
}

.jcarousel-clip-horizontal {
    width:  120px;
    height: 100px;
}

.abt .jcarousel-clip-horizontal {
    width:  290px;
    height: 140px;
    position:relative;
    left:25px;
}


.jcarousel-item {
    width: 120px;
    height: 100px;
}

.abt .jcarousel-item {
    width: 160px;
    height: 140px;
}

.abt .jcarousel-item img{
  width:120px;
}


.jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */

.jcarousel-next-horizontal,
.jcarousel-prev-horizontal {
    position: absolute;
    top: 45px;
    width: 10px;
    height: 12px;
    cursor: pointer;
}

.abt .jcarousel-next-horizontal,
.abt .jcarousel-prev-horizontal {
    top: 55px;
}

.jcarousel-next-horizontal {
    right: 10px;
    background: transparent url(../images/layout/arr_right.png) no-repeat 0 0;
}

.jcarousel-next-horizontal:hover {
    background-position: 0 -12px;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: 0 -24px;
}

.jcarousel-prev-horizontal {
    left: 10px;
    background: transparent url(../images/layout/arr_left.png) no-repeat 0 0;
}

.jcarousel-prev-horizontal:hover,
.jcarousel-prev-horizontal:active {
    background-position: 0 -12px;
}


.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0 -24px;
}
