/*_____________________________________________ Start - Global Styles _____________________________________________*/


    label {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-weight: normal;
    }
  
        
    #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("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 {
       /* border: 1px solid lightgray; */
     /*   float: left; */
        background-color: black;
        
        /* Needed for rendering without flicker */
        position: relative;
        visibility: hidden;
        left: -5000px;
        height: 170px;
    }


        #jCarouselLiteDemo .carousel li img{
            background-color: #000;
            width: 150px;
            height: 118px;
            margin: 10px 10px 0px 10px;
            border: 0px;
        }




            
/*_____________________________________________ End - Projects - jCarouselLiteDemo _____________________________________________*/

            
