
        
/*_____________________________________________ Start - Projects - jCarouselLiteDemo _____________________________________________*/


   #jCarouselLiteDemo .digg {
      height: 143px;
    }

    #jCarouselLiteDemo .carousel a.prev, #jCarouselLiteDemo .carousel a.next {
        display: block;
        width: 30px;
        height: 143px;
        text-decoration: none;
        background: url("imageNavLeft.gif") left 60px no-repeat;
    }
        #jCarouselLiteDemo .carousel a.next {
            background: url("imageNavRight.gif") right 60px no-repeat;
        }
            #jCarouselLiteDemo .carousel a.next:hover {
                background-image: url("imageNavRightHover.gif");
            }
            #jCarouselLiteDemo .carousel a.prev:hover {
                background-image: url("imageNavLeftHover.gif");
            }
            #jCarouselLiteDemo .carousel a:hover, #jCarouselLiteDemo .carousel a:active {
                border: none;
                outline: none;
            }                 


   #jCarouselLiteDemo .carousel .jCarouselLite {

     /*   float: left; */


        /* Needed for rendering without flicker */
        position: relative;
        visibility: hidden;

        height: 100px;
    }


        #jCarouselLiteDemo .carousel li img{

            width: 100px;
            height: 100px;

            border: 0px;
        }



            
/*_____________________________________________ End - Projects - jCarouselLiteDemo _____________________________________________*/

            
