
 


   
        
/*_____________________________________________ Start - Projects - jCarouselLiteDemo _____________________________________________*/


    #jCarouselLiteDemo .digg {
        position: absolute;
        left: 610px;
        top: 110px;
    }

    #jCarouselLiteDemo .carousel a.prev, #jCarouselLiteDemo .carousel a.next {
        display: block;
        width: 30px;
        height: 143px;
        text-decoration: none;
        background: url("arrowl.png") left 60px no-repeat;
    }
        #jCarouselLiteDemo .carousel a.next {
            background: url("arrowr.png") right 60px no-repeat;
        }
            #jCarouselLiteDemo .carousel a.next:hover {
                background-image: url("arrowrh.png");
            }
            #jCarouselLiteDemo .carousel a.prev:hover {
                background-image: url("arrowlh.png");
            }    
            #jCarouselLiteDemo .carousel a:hover, #jCarouselLiteDemo .carousel a:active {
                border: none;
                outline: none;
            }                 


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


        #jCarouselLiteDemo .carousel li img{
            background-color: #fff;
           
            height: 125px;
            margin: 10px 10px 0px 10px;
            border: 0px;
        }




            
/*_____________________________________________ End - Projects - jCarouselLiteDemo _____________________________________________*/

            
