






   

    #jCarouselLiteDemo .carousel a.prev, #jCarouselLiteDemo .carousel a.next {
        display: block;
        width: 30px;
        height: 190px;
        text-decoration: none;
        background: url("NavLeft.gif") left 60px no-repeat;
    }
        #jCarouselLiteDemo .carousel a.next {
            background: url("NavRight.gif") right 60px no-repeat;
        }
            #jCarouselLiteDemo .carousel a.next:hover {
                background-image: url("NavRightHover.gif");
            }
            #jCarouselLiteDemo .carousel a.prev:hover {
                background-image: url("NavLeftHover.gif");
            }    
                           


    #jCarouselLiteDemo .carousel .jCarouselLite {
        
     /*   float: left; */
        background-color: white;
        
        /* Needed for rendering without flicker */
        position: relative;
      
        left: -5000px;
        height: 190px;
    }


        #jCarouselLiteDemo .carousel li img{
            
            margin: 10px 10px 0px 10px;
            border: 0px;
        }


