.jcarousel-container {}

body.index .jcarousel-container-horizontal {padding:20px 40px;}
body.gallery .jcarousel-container-horizontal {padding:5px 40px;}


body.index .jcarousel-clip-horizontal {width:858px; height: 105px}
body.gallery .jcarousel-clip-horizontal {width:858px; height: 220px}


body.gallery .jcarousel-item { width:1609px!important; height:278px!important;}
.jcarousel-item { width:236px!important; height:278px!important;}

.jcarousel-item-horizontal {margin-right: 10px}


.jcarousel-item-placeholder {background: #fff; color: #000;}

/**
 *  Horizontal Buttons
 */
body.index .jcarousel-next-horizontal {position: absolute; top: 43px; right: -5px; width: 32px; height: 32px; cursor: pointer;
    background: transparent url(../images/global/next-horizontal.png) no-repeat 0 0;}
body.gallery .jcarousel-next-horizontal {position: absolute; top: 115px; right: -5px; width: 32px; height: 32px; cursor: pointer;
    background: transparent url(../images/global/next-horizontal.png) no-repeat 0 0;}

.jcarousel-next-horizontal:hover {background-position: 0px 0;}

.jcarousel-next-horizontal:active {background-position: 0px 0;}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default; background-position: 0px 0;}

body.index .jcarousel-prev-horizontal {position: absolute; top: 43px; left: -5px; width: 32px; height: 32px; cursor: pointer;
    background: transparent url(../images/global/prev-horizontal.png) no-repeat 0 0;}
body.gallery .jcarousel-prev-horizontal {position: absolute; top: 115px; left: -5px; width: 32px; height: 32px; cursor: pointer;
    background: transparent url(../images/global/prev-horizontal.png) no-repeat 0 0;}
.jcarousel-prev-horizontal:hover {background-position: 0px 0;}

.jcarousel-prev-horizontal:active {background-position: 0px 0;}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default; background-position: 0px 0;}

