#jCarouselLiteDemo .carousel  {
   /*float: left;*/
	width: 680px;
	height: 75px;
	margin:0px;
	margin-bottom: 10px;
	position: relative;     
}

#jCarouselLiteDemo .main {
}

#jCarouselLiteDemo .demo {

}
#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: 32px;
		height: 75px;
        text-decoration: none;
        background: url("../images/left.jpg") left no-repeat;
    }
        #jCarouselLiteDemo .carousel a.next {
            background: url("../images/right.jpg") right  no-repeat;
        }
            #jCarouselLiteDemo .carousel a.next:hover {
                background-image: url("../images/right_over.jpg");
            }
			.disabled {
                background-image: url("../images/right.jpg");
            }
            #jCarouselLiteDemo .carousel a.prev:hover {
                background-image: url("../images/left_over.jpg");
            }    
            #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;
        left: -5000px;
    }
        #jCarouselLiteDemo .carousel ul {
            margin: 0px 0px 0px 0px;
			width:516px;
        }
        #jCarouselLiteDemo .carousel li{
            background-color: #fff;
            width: 190px;            
            margin: 0px;
			padding-left: 15px;
        }
        
        #jCarouselLiteDemo .widget img {
            cursor: pointer;
        }
            #jCarouselLiteDemo .mid {
                margin-left: 80px;
                width: 400px;
           
            }
            #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;
            }
