/*_____________________________________________ Start - Projects - jCarouselLiteDemo _____________________________________________*/

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

    #jCarouselLiteDemo .demo em {
        font-weight: bold;
        font-size: 60%;        
        font-style: normal;
    }
    #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 {
        display: block;
        float: left;
        width: 28px;
        height: 185px;
        text-decoration: none;
        background: url(../images/gallery_left.jpg) left top no-repeat;
    }
        #jCarouselLiteDemo .carousel a.next {
            background: url(../images/gallery_right.jpg) left top no-repeat;
			/*margin-left: 1015px;
			position: absolute;*/
        }
            #jCarouselLiteDemo .carousel a.next:hover {
                background-image: url(../images/gallery_right.jpg);
            }
            #jCarouselLiteDemo .carousel a.prev:hover {
                background: url(../images/gallery_left.jpg);
            }    
            #jCarouselLiteDemo .carousel a:hover, #jCarouselLiteDemo .carousel a:active {
                border: none;
                outline: none;
            }                 
    #jCarouselLiteDemo .carousel .jCarouselLite {
		background: url(../images/gallery_middle.jpg) repeat-x;
        float: left;
        
        /* Needed for rendering without flicker */
        position: relative;
        visibility: hidden;
        left: -5000px;
    }
        #jCarouselLiteDemo .carousel ul {
            margin: 0;
        }
        #jCarouselLiteDemo .carousel li img, 
        #jCarouselLiteDemo .carousel li p {
            background-color: #fff;
            width: 226px;
            height: 168px;
            margin: 10px 5px 10px 5px;
        }
        
        #jCarouselLiteDemo .widget img {
            cursor: pointer;
        }
            #jCarouselLiteDemo .mid {
                /*margin-left: 80px;*/
                width: 400px;
                height: 300px;
            }
            #jCarouselLiteDemo .vertical {
                margin-left: 170px;
            }
                #jCarouselLiteDemo .vertical .jCarouselLite {   /* so that in IE 6, the carousel div doesnt expand to fill the space */
                    width: 170px;
                }
            #jCarouselLiteDemo .imageSlider li img, 
            #jCarouselLiteDemo .imageSlider li p, 
            #jCarouselLiteDemo .imageSliderExt li img , 
            #jCarouselLiteDemo .imageSliderExt li p {
                width: 400px;
                height: 300px;
            }
            
/*_____________________________________________ End - Projects - jCarouselLiteDemo _____________________________________________*/

