.jCarouselLite .carousel {
    padding: 10px 0 0 0;
    margin: 0 0 10px 10px;
    position: relative;
}

.jCarouselLite .carousel .jCarouselLite {
    border: 1px solid black;
    float: left;
    background-color: #dfdfdf; /* Needed for rendering without flicker */
    position: relative;
    visibility: hidden;
    left: -5000px;
}

.jCarouselLite .carousel ul {
    margin: 0;
}

.jCarouselLite .carousel li,
.jCarouselLite .carousel li p {    
    width: 100px;
    height:120px;
}

.jCarouselLite .widget img {
    cursor: pointer;
}

.jCarouselLite .mid {
    margin-left: 80px;
    width: 400px;
    height: 500px;
}

.jCarouselLite .vertical {
    margin-left: 100px;
}

.jCarouselLite .vertical .jCarouselLite {
/* so that in IE 6, the carousel div doesnt expand to fill the space */
    width: 100px;
}

