#img {
    position:relative;
    padding-top:20px;
    text-align:center;
    }

#gallery {
    height:114px
    }

#gallery li {
    float:left;
    background:transparent url(ajax-loader-small.gif) 50% 50% no-repeat;
    cursor:pointer
    }

.galleria_wrapper {
    height:550px;
    width:960px;
    text-align:center;
    margin-bottom:10px
    }

span.caption {
    font-size:0.857em;
    color:#666
    }

/* 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;
    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;
    text-indent:-999em
    }

.jcarousel-prev {
    z-index:3;
    display:none;
    text-indent:-999em
    }

.jcarousel-skin .jcarousel-container-horizontal {
    width:840px;
    margin:0 auto;
    padding:20px 60px
    }

.jcarousel-skin .jcarousel-clip-horizontal {
    height:114px;
    width:840px
    }

.jcarousel-skin .jcarousel-item {
    width:114px;
    height:114px
    }

.jcarousel-skin .jcarousel-item-horizontal {
    margin-right:7px
    }

.jcarousel-skin .jcarousel-item-placeholder {
    background:#0e0d0d;
    color:#000
    }

.jcarousel-skin .jcarousel-next-horizontal {
    position:absolute;
    right:0;
    width:51px;
    height:114px;
    cursor:pointer;
    background:url(next.gif) no-repeat 0 -114px;
    outline: none
    }

.jcarousel-skin .jcarousel-next-horizontal:hover {
    background-position:0 -228px
    }

.jcarousel-skin .jcarousel-next-disabled-horizontal,
.jcarousel-skin .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin .jcarousel-next-disabled-horizontal:active {
    cursor:pointer;
    background-position:0 -228px
    }

.jcarousel-skin .jcarousel-prev-horizontal {
    position:absolute;
    left:0;
    width:51px;
    height:114px;
    cursor:pointer;
    background:url(previous.gif) no-repeat 0 -114px;
    outline: none
    }

.jcarousel-skin .jcarousel-prev-horizontal:hover {
    background-position:0 -228px
    }

.jcarousel-skin .jcarousel-prev-disabled-horizontal,
.jcarousel-skin .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin .jcarousel-prev-disabled-horizontal:active {
    cursor:pointer;
    background-position:0 -228px
    }