        
/*_____________________________________________ Start - Projects - jCarouselLiteDemo _____________________________________________*/
.jCarouselLite{
	
}
.carousel  {
    /*padding: 10px 0 0 0;
    margin: 0 0 20px 10px;*/
    position: relative;     
}
    .digg {
        position: absolute;
        left: 610px;
        top: 110px;
    }
    .main {
       
    }

    .demo em {
        color: #FF3300;
        font-weight: bold;
        font-size: 60%;        
        font-style: normal;
    }
    .carousel button { /*Don't remove this. we still use this for individual demos. only the front pages use images as of now*/
        float: left;
    }              
    .carousel a.prev, .carousel a.next {
        display: block;
		position: absolute;
		left: -24px;
        width: 26px;
        height: 83px;
        text-decoration: none;
        background: url("/images/imageNav2.jpg") left 0px no-repeat;
		outline: none;
		top: 6px;
    }
        .carousel a.next {
            background: url("/images/imageNav2r.jpg") left 0px no-repeat;
			left: 958px;
			top: 6px;
        }
            .carousel a.next:hover {
                background: url("/images/imageNav2r.jpg") left -89px no-repeat;
            }
            .carousel a.prev:hover {
                background: url("/images/imageNav2.jpg") left -89px no-repeat;
            }    
            .carousel a:hover, .carousel a:active {
                border: none;
                outline: none;
            }                 
    .carousel .jCarouselLite {
        float: left;
        
        /* Needed for rendering without flicker */
        position: relative;
        visibility: hidden;
        left: -5000px;
    }
        .carousel ul {
            margin: 0;
        }
        .carousel li img, 
        .carousel li p {
            background-color: #fff;
            width: 140px;
            height: 73px;
            margin: 5px;
        }
        
        .widget img {
            cursor: pointer;
        }
            .mid {
                margin-left: 80px;
                width: 400px;
                height: 300px;
            }
            .vertical {
                margin-left: 170px;
            }
                .vertical .jCarouselLite {   /* so that in IE 6, the carousel div doesnt expand to fill the space */
                    width: 170px;
                }
            .imageSlider li img, 
            .imageSlider li p, 
            .imageSliderExt li img , 
            .imageSliderExt li p {
                width: 400px;
                height: 300px;
            }
            
/*_____________________________________________ End - Projects - jCarouselLiteDemo _____________________________________________*/


