/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * 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;
}


/* carousel */ 
.front .jcarousel-item.jcarousel-item-horizontal {
    width: 481px;
    height: 283px;
    margin: 0 5px 0 5px;
}


.front .jcarousel-clip {
    margin:0;
    overflow:hidden;
    padding:0;
    position:relative;
    z-index:2;
}

.front .jcarousel-container  {
position:relative;   
}

#viewscarousel-carousel-items-block-1 .jcarousel-processed jcarousel-list jcarousel-list-horizontal {
    width: 1473px; 
    left: -10px;
}

.front .jcarousel-prev jcarousel-prev-horizontal {
    display: block;     
}

.front .jcarousel-prev-horizontal {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(/sites/all/themes/global/images/prev-horizontal.png) no-repeat scroll 0 0;
    cursor:pointer;
    height:32px;
    left:-35px; 
    position:relative;
    top:132px;
    width:32px;   
}

.front .jcarousel-next jcarousel-next-horizontal { 
    display: block;     
}

.front .jcarousel-next-horizontal {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(/sites/all/themes/global/images/next-horizontal.png) no-repeat scroll 0 0;
    cursor:pointer;
    height:32px;
    position:relative;
    left:906px;
    top:100px;
    width:32px;
}

.jcarousel-container.jcarousel-container-horizontal {
    width: 1180px;
}
.jcarousel-clip.jcarousel-clip-horizontal {
    width: 1180px;
    position: relative;
    right: 295px;
}
#mycarousel-window2 {
    width: 875px; 
    overflow: hidden;
    position: relative;
    top: -50px;
}
#mycarousel .jcarousel-list li,
#mycarousel .jcarousel-item {
    width: 481px;
    height: 283px;
}
