
/* 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: 520px;
}

 
/* Set this to the dimensions you want for the thumbnails.
*/

#carousel li a img {
    width: 80px;
    height: 100px;
}

/* Extra bits... */
.jcarousel-skin .jcarousel-item {

    /* Thumbnails sizes plus 2px */
    width: 80px;
    height: 100px;
	 
    border: 1px solid #afa9ab;

    /* This is the size of the gap */
    margin-right:5px
}

/* Probably will never need these other parts. */

.jcarousel-skin .jcarousel-container { }
.jcarousel-skin .jcarousel-clip-horizontal { }
.jcarousel-skin .jcarousel-item-horizontal { }






