/**
 * 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: 64px;
    height: 50px;
    text-align: center;
}

.jcarousel-list li.direct {
    margin: 0px 2px;
}

/**
 * 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-gallery-within-article {
    position: relative;
    right: 7px;
    margin:0px;
} 

/**
 *  Customization for concrete instance
 */
.carousel-gallery .jcarousel-container {
    
}

.carousel-gallery .jcarousel-container-horizontal {
    width: 455px;
    padding: 5px 40px;
    margin:0px auto;
}

.carousel-gallery .jcarousel-clip-horizontal {
    width:  455px;
    height: 52px;
}

.carousel-gallery .jcarousel-item {
    width: 64px;
    height: 50px;
}

.carousel-gallery .jcarousel-item img{
    border: 1px solid #c7e0e4;
    cursor: pointer;
}

.carousel-gallery .jcarousel-item-horizontal {
    margin-right: 13px;
}

.carousel-gallery .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.carousel-gallery .jcarousel-next-horizontal {
    position: absolute;
    top: 20px;
    right: 2px;
    width: 25px;
    height: 19px;
    cursor: pointer;
    background:url(../../../img/skins/default/background/foot.gif) 0px -3px no-repeat;
}

.carousel-gallery .jcarousel-next-horizontal:hover {
    background-position: 0px -27px;
}

.carousel-gallery .jcarousel-next-horizontal:active {
    background-position: 0px -52px;
}

.carousel-gallery .jcarousel-next-disabled-horizontal,
.carousel-gallery .jcarousel-next-disabled-horizontal:hover,
.carousel-gallery .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: 0px -74px;
}

.carousel-gallery .jcarousel-prev-horizontal {
    position: absolute;
    top: 20px;
    left: 4px;
    width: 25px;
    height: 19px;
    cursor: pointer;
    background:url(../../../img/skins/default/background/foot-back.gif) 0px -3px no-repeat;
}

.carousel-gallery .jcarousel-prev-horizontal:hover {
    background-position: 0px -27px;
}

.carousel-gallery .jcarousel-prev-horizontal:active {
    background-position: 0px -52px;
}

.carousel-gallery .jcarousel-prev-disabled-horizontal,
.carousel-gallery .jcarousel-prev-disabled-horizontal:hover,
.carousel-gallery .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0px -74px;
}
