/*_____________________________________________ Start - Global Styles _____________________________________________*/

* {
    margin: 0;

}

    label {
        font-family: "Verdana",Georgia, "Times New Roman", Times, serif;
        font-weight: normal;
    }
    h1, h2, h3, h4, h5, h6 {
        font-family: "Verdana","Times New Roman", Times, serif;
        font-size: 130%;
        font-weight: bold;
        line-height: 200%;
    }
    h3 {
        font-size: 110%;
    }
        h1.announcement {
            text-align: center;
            color: #000;
        }
    a {
        text-decoration: none;
    }






/*_____________________________________________ End - Global Styles _____________________________________________*/






/*_____________________________________________ Start - Projects - jCarouselLiteDemo _____________________________________________*/


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

    #jCarouselLiteDemo .carousel a.prev, #jCarouselLiteDemo .carousel a.next {
        display: block;
        width: 48px;
        margin: 10px 10px 10px 10px;
        height: 143px;
        text-decoration: none;
        background: url("images/prevc.png") left 60px no-repeat;
    }
        #jCarouselLiteDemo .carousel a.next {
        margin: 10px 10px 10px 10px;
            background: url("images/nextc.png") right 60px no-repeat;
        }
            #jCarouselLiteDemo .carousel a.next:hover {

            }
            #jCarouselLiteDemo .carousel a.prev:hover {

            }
            #jCarouselLiteDemo .carousel a:hover, #jCarouselLiteDemo .carousel a:active {

            }






    #jCarouselLiteDemo .carousel .jCarouselLite {
      /*  border: 1px solid lightgray;  */
     /*   float: left; */

        /* Needed for rendering without flicker */
        position: relative;
        visibility: hidden;
        left: -5000px;
        /* width: 100%;  */
        height: 230px;
        margin: 0;
    padding: 0;
    }


        #jCarouselLiteDemo .carousel li{
       width: 195px;
        margin: 5px 5px 5px 5px;
    padding: 0;
           /* width: 100px; */
            /* height: 525px; */
          /*  margin: 10px 10px 0px 10px; */
          /*  border: 0px; */
        }







/*_____________________________________________ End - Projects - jCarouselLiteDemo _____________________________________________*/

