@charset "utf-8";

.jcarousel-container {}
.jcarousel-direction-rtl {direction: rtl;}
.jcarousel-container-horizontal {width: 560px; padding:0px;}

.jcarousel-clip {overflow: hidden;}
.jcarousel-clip-horizontal {width:  560px;height: 260px;}

.jcarousel-item {width: 560px;height: 260px;}
.jcarousel-item-horizontal {margin-left: 0; margin-right: 3px;}

.jcarousel-direction-rtl .jcarousel-item-horizontal {margin-left: 10px; margin-right: 0;}
.jcarousel-item-placeholder {background: #fff;color: #000;}

#jcarousel_grand .jcarousel-container {}
#jcarousel_grand .jcarousel-direction-rtl {direction: rtl;}
#jcarousel_grand .jcarousel-container-horizontal {width: 763px; padding:0px;}

#jcarousel_grand .jcarousel-clip {overflow: hidden;}
#jcarousel_grand .jcarousel-clip-horizontal {width:  763px;height: 277px;}

#jcarousel_grand .jcarousel-item {width: 763px;height: 277px;}
#jcarousel_grand .jcarousel-item-horizontal {margin-left: 0; margin-right: 3px;}

#jcarousel_grand .jcarousel-direction-rtl .jcarousel-item-horizontal {margin-left: 10px; margin-right: 0;}
#jcarousel_grand .jcarousel-item-placeholder {background: #fff;color: #000;}

/**
 *  Horizontal Buttons
 */
/*
.jcarousel-next-horizontal {
    position: absolute;
    top: 80px;
    right: 1px;
    width: 25px;
    height: 88px;
    cursor: pointer;
    background: transparent url(/img/jcarousel/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(/img/jcarousel/prev-horizontal.png);
}

.jcarousel-next-horizontal:hover,
.jcarousel-next-horizontal:focus  {background-position: -25px 0;}
.jcarousel-next-horizontal:active {background-position: -50px 0;}

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

.jcarousel-prev-horizontal {
    position: absolute;
    top: 80px;
    left: 0px;
    width: 25px;
    height: 88px;
    cursor: pointer;
    background: transparent url(/img/jcarousel/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(/img/jcarousel/next-horizontal.png);
}

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

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:focus,
.jcarousel-prev-disabled-horizontal:active {cursor: default; background-position: -75px 0;}
*/
