
/* This is the width in pixels of the visible strip.
 
    strip-width =  (image-width+2) *  number-of-images +
                   gap-width       *  number-of-gaps
*/
.jcarousel-skin .jcarousel-container-horizontal {
    width: 345px;
}


/* Set this to the dimensions you want for the thumbnails.
*/

#carousel li a img {
    width: 52x;
    height: 52px;
}

/* Extra bits... */
.jcarousel-skin .jcarousel-item {

    /* Thumbnails sizes plus 2px */
    width: 54px;
    height: 54px;

    /* This is the size of the gap */
    margin-right:4px
}

/* Probably will never need these other parts. */

.jcarousel-skin .jcarousel-container { }
.jcarousel-skin .jcarousel-clip-horizontal { }
.jcarousel-skin .jcarousel-item-horizontal { }






