#jCarouselLiteDemo .carousel  {
        padding: 2px 0 0 0;
        margin: 0 0 10px 10px;
        position: relative;
}

#jCarouselLiteDemo .main {
        margin-left: 5px;
}

#jCarouselLiteDemo .carousel button { /*Don't remove this. we still use this for individual demos. only the front pages use images as of now*/
        float: left;
}

#jCarouselLiteDemo .carousel a.prev, #jCarouselLiteDemo .carousel a.next {
        display: block;
        float: left;
        width: 20px;
        height: 50px;
        text-decoration: none;
        background: url(/images/jcarousel/left.gif) left 5px no-repeat;
}

#jCarouselLiteDemo .carousel a.next {
        background: url(/images/jcarousel/right.gif) right 5px no-repeat;
}

#jCarouselLiteDemo .carousel a.next:hover {
        background-image: url(/images/jcarousel/right_up.gif);
}

#jCarouselLiteDemo .carousel a.prev:hover {
        background-image: url(/images/jcarousel/left_up.gif);
}

#jCarouselLiteDemo .carousel a:hover, #jCarouselLiteDemo .carousel a:active {
        outline: none;
}

#jCarouselLiteDemo .carousel .jCarouselLite {
        float: left;
        background-color: #FFCB02;
        position: relative;
        visibility: hidden;
        left: -5000px;
}

#jCarouselLiteDemo .carousel ul {
        margin: 4px;
}

#jCarouselLiteDemo .carousel li img,
#jCarouselLiteDemo .carousel li p {
        background-color: #FFCB02;
        width: 151px;
        height: 38px;
        margin: 4px;
}

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


