/* 490 - Carousel Skin */

.jcarousel-container {
     background: #eee url(../images/slider_bg.gif) repeat-x 0 0;
  width: 980px;
  margin: 0 auto;
}

.jcarousel-container-horizontal {
    width: 980px;
    padding: 45px 0;
}

.jcarousel-clip-horizontal {
    width:  980px;
    height: 160px;
}

.jcarousel-item {
    width: 240px;
    height: 160px;
  background: url(../images/item_bg.jpg) no-repeat;
  padding: 5px 0 0 5px;
}

.jcarousel-item-horizontal {
    margin: 0;
}

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

/* Buttons */
.jcarousel-next-horizontal {
    position: absolute;
    top: 8px;
    right: 14px;
    width: 21px;
    height: 21px;
    cursor: pointer;
    background: transparent url(../images/next.gif) no-repeat 0 0;
}

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

.jcarousel-next-horizontal:active {
    background-position: 0 -21px;
}

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

.jcarousel-prev-horizontal {
    position: absolute;
    top: 8px;
    right: 36px;
    width: 21px;
    height: 21px;
    cursor: pointer;
    background: transparent url(../images/prev.gif) no-repeat 0 0;
}

.jcarousel-prev-horizontal:hover {
    background-position: 0 0;
}

.jcarousel-prev-horizontal:active {
    background-position: 0 -21px;
}

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