/* CSS Document */
.adlist .jcarousel-container {
  
}

.adlist .jcarousel-container-horizontal {
    width: 320px;
}

.adlist .jcarousel-clip-horizontal {
    width:  320px;
    height: 70px;
}

.adlist .jcarousel-item {
    width: 150px;
    height: 70px;
}

.adlist .jcarousel-item-horizontal {
    margin-right: 10px;
}

.adlist .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.adlist .jcarousel-next-horizontal {
    position: absolute;
    top: 30px;
    right:-10px;
    width: 8px;
    height: 12px;
    cursor: pointer;
    background: transparent url(../images/next.gif) no-repeat 0 0;
}

.adlist .jcarousel-next-horizontal:hover {

}

.adlist .jcarousel-next-horizontal:active {

}

.adlist .jcarousel-next-disabled-horizontal,
.adlist .jcarousel-next-disabled-horizontal:hover,
.adlist .jcarousel-next-disabled-horizontal:active {
    position: absolute;
    top: 30px;
    right:-10px;
    width: 8px;
    height: 12px;
    cursor: pointer;
    background: transparent url(../images/next.gif) no-repeat 0 0;
}

.adlist .jcarousel-prev-horizontal {
    position: absolute;
    top: 30px;
    left: -20px;
    width: 8px;
    height: 12px;
    cursor: pointer;
    background: transparent url(../images/prev.gif) no-repeat 0 0;
}

.adlist .jcarousel-prev-horizontal:hover {
   
}

.adlist .jcarousel-prev-horizontal:active {

}

.adlist .jcarousel-prev-disabled-horizontal,
.adlist .jcarousel-prev-disabled-horizontal:hover,
.adlist .jcarousel-prev-disabled-horizontal:active {
   position: absolute;
    top: 30px;
    left: -20px;
    width: 8px;
    height: 12px;
    cursor: pointer;
    background: transparent url(../images/prev.gif) no-repeat 0 0;
}
