       
/*_____________________________________________ Start - Projects - jCarouselLiteDemo _____________________________________________*/

#jCarouselLiteDemo .carousel  {
    padding: 0px 0 0 0;
    margin: 0 0 0px 0px;
    position: relative;     
}
    #jCarouselLiteDemo .digg {
        position: absolute;
    }
    #jCarouselLiteDemo .main {
    }

    #jCarouselLiteDemo .demo em {
    }
    #jCarouselLiteDemo .carousel button { /*Don't remove this. we still use this for individual demos. only the front pages use images as of now*/
        float: left;
    }              
    #jCarouselLiteDemo .carousel a.prev, #jCarouselLiteDemo .carousel a.next {
		position:absolute;
		z-index:100;
        display: block;
        float: left;
        width: 30px;
        height: 31px;
        text-decoration: none;
		outline:none;
		background:url(../images/navleft.png) left no-repeat;
		margin:150px 0px 0px 0px;
    }
        #jCarouselLiteDemo .carousel a.next {
		position:absolute;
		outline:none;
		background:url(../images/navright.png) right no-repeat;
		margin:150px 0px 0px 478px;
        }
            #jCarouselLiteDemo .carousel a.next:hover {
			outline:none;
			background:url(../images/navrighthover.png) right no-repeat;
            }
            #jCarouselLiteDemo .carousel a.prev:hover {
			outline:none;
			background:url(../images/navlefthover.png) left no-repeat;
            }    
            #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;
    }
        #jCarouselLiteDemo .carousel ul {
            margin: 0;
        }
        #jCarouselLiteDemo .carousel ul li {
           overflow: hidden;
		   float: left;
        }
        #jCarouselLiteDemo .carousel li img, 
        #jCarouselLiteDemo .carousel li p {
            width:508px;
			height:338px;
        }
        
        #jCarouselLiteDemo .widget img {
            cursor: pointer;
        }
            #jCarouselLiteDemo .mid {
            }
            #jCarouselLiteDemo .vertical {
            }
                #jCarouselLiteDemo .vertical .jCarouselLite {   /* so that in IE 6, the carousel div doesnt expand to fill the space */
                }
            #jCarouselLiteDemo .imageSlider li img, 
            #jCarouselLiteDemo .imageSlider li p, 
            #jCarouselLiteDemo .imageSliderExt li img , 
            #jCarouselLiteDemo .imageSliderExt li p {
            }
            
/*_____________________________________________ End - Projects - jCarouselLiteDemo _____________________________________________*/
