.thumbnailCarousel .jcarousel-container {
    -moz-border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97;
}

.thumbnailCarousel .jcarousel-container-horizontal {
    width: 330px;
    padding: 5px 10px;
}

.thumbnailCarousel .jcarousel-clip-horizontal {
    width:  330px;
    height: 100px;
}

.thumbnailCarousel .jcarousel-item-horizontal {
    margin-right: 10px;
	width:100px;
}

.thumbnailCarousel .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.thumbnailCarousel .jcarousel-next-horizontal {
    position: absolute;
    top: 100px;
    right: 10px;
    width: 100px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/themes/everywhereandnowhere/images/next-carousel.png) no-repeat 0 0;
}

.thumbnailCarousel .jcarousel-next-horizontal:hover {
    background-position: 0 -32px;
}

.thumbnailCarousel .jcarousel-next-horizontal:active {
    background-position: 0 -64px;
}

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

.thumbnailCarousel .jcarousel-prev-horizontal {
    position: absolute;
    top: 100px;
    left: 10px;
    width: 100px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/themes/everywhereandnowhere/images/prev-carousel.png) no-repeat 0 0;
}

.thumbnailCarousel .jcarousel-prev-horizontal:hover {
    background-position:0 -32px ;
}

.thumbnailCarousel .jcarousel-prev-horizontal:active {
    background-position: 0 -64px ;
}

.thumbnailCarousel .jcarousel-prev-disabled-horizontal,
.thumbnailCarousel .jcarousel-prev-disabled-horizontal:hover,
.thumbnailCarousel .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0 -64px;
}

