/* ----------------------------------------------------------------------------------------------------------------*/
/* FOR JQUERY Carousel used on homepage */
/* ----------------------------------------------------------------------------------------------------------------*/

.jcarousel-container {
    padding-top: 20px;
    padding-bottom:20px;
    padding-left: 25px;
    padding-right:24px;

}

.jcarousel-clip {
    height: 410px;
    width:894px;
}

.jcarousel-list {
    height: 410px;
    width:894px;
}

.jcarousel-list li {
    width: 155px;
    height: 410px;
    padding-right: 12px;
    background: url(/_include/images/dvvert.gif) no-repeat bottom right;
    padding-left: 12px;
    text-align:center;
}

.jcarousel-item-placeholder {
    background: #fff url(jcarousel_loading.gif) 50% 50% no-repeat;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 127px;
    right: 0px;
    width: 15px;
    height: 67px;
    cursor: pointer;
    z-index:999;
    background: transparent url(/_include/images/button-next-on.jpg) no-repeat 0 0;
}

.jcarousel-next-horizontal:hover {
    background: transparent url(/_include/images/button-next-on.jpg) no-repeat 0 0;
}

.jcarousel-next-horizontal:active {
     background: transparent url(/_include/images/button-next-on.jpg) no-repeat 0 0;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background: transparent url(/_include/images/button-next-off.jpg) no-repeat 0 0;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 127px;
    left: 0px;
    width: 15px;
    height: 67px;
    cursor: pointer;
    z-index:999;
    background: transparent url(/_include/images/button-prev-on.jpg) no-repeat 0 0;
}

.jcarousel-prev-horizontal:hover {
    background: transparent url(/_include/images/button-prev-on.jpg) no-repeat 0 0;
}

.jcarousel-prev-horizontal:active {
    background: transparent url(/_include/images/button-prev-on.jpg) no-repeat 0 0;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background: transparent url(/_include/images/button-prev-off.jpg) no-repeat 0 0;
}
