/*Carousel*/
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-skin-trans{margin-bottom:10px; height:310px; position:relative;}

.jcarousel-clip{z-index: 2; padding: 0; margin: 0;  position: absolute; left:0; width:100%; overflow:hidden; margin: 0 0 0 0px;}
.jcarousel-list{z-index: 1; overflow: visible; position: absolute; top: 0; left: -800px; margin: 0; }
.jcarousel-list li,
.jcarousel-item{ float: left; list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 800px; height: 310px;}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {z-index: 3; display: none;}
.jcarousel-prev {z-index: 3; display: none;}


.jcarousel-skin-trans .jcarousel-container-horizontal {width: 800px; padding: 0px 18px;}
.jcarousel-skin-trans .jcarousel-clip-horizontal {width:  800px; height: 310px;}
.jcarousel-skin-trans .jcarousel-item {width: 800px; height: 310px;}
.jcarousel-skin-trans .jcarousel-item-horizontal {/*margin-right: 10px;*/}
.jcarousel-skin-trans .jcarousel-item-placeholder {background: #fff;}

/* Horizontal Buttons */
.jcarousel-skin-trans .jcarousel-next-horizontal,
.jcarousel-skin-trans .jcarousel-prev-horizontal{
    position: absolute;
    top: 120px;
    width: 21px;
    height: 42px;
    cursor: pointer;
}
.jcarousel-skin-trans .jcarousel-next-horizontal{background:url(../../img/slide-next.png) no-repeat 0px 0; right: -21px;}
.jcarousel-skin-trans .jcarousel-next-horizontal:hover {background-position: 0px 0;}


.jcarousel-skin-trans .jcarousel-next-disabled-horizontal,
.jcarousel-skin-trans .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-trans .jcarousel-next-disabled-horizontal:active{cursor: default;  background-position: 0px 0;}

.jcarousel-skin-trans .jcarousel-prev-horizontal {background:url(../../img/slide-prev.png) no-repeat 0px 0; left:-21px;}
.jcarousel-skin-trans .jcarousel-prev-horizontal:hover {background-position: 0px 0%;}

.jcarousel-skin-trans .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-trans .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-trans .jcarousel-prev-disabled-horizontal:active {
cursor: default; background-position: 0px 0%;}


