@charset "UTF-8";
/* CSS Document */
#jCarouselLiteDemo .carousel  {
    padding: 0px 0 0 0;
    margin: 13px 0 0px 30px;
    position: relative;  
	width: 1000px;   
}

    #jCarouselLiteDemo .main {
		margin-left: 10px;
    }

    #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: 85px;
        height: 100px;
        margin-top: 35px;
        text-decoration: none;
    }



#jCarouselLiteDemo .carousel a.prev {
        background: url("../_media/_buttons/previous-up.png") left 0px no-repeat;
}

        #jCarouselLiteDemo .carousel a.next {
            background: url("../_media/_buttons/next-up.png") right 0px no-repeat;
        }
            #jCarouselLiteDemo .carousel a.next:hover {
            }
            #jCarouselLiteDemo .carousel a.prev:hover {
            }    
            #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: 0;
        }
        #jCarouselLiteDemo .carousel li img, 
        #jCarouselLiteDemo .carousel li p {
            width: 760px;
            height: 270px;
            margin: 0px;	
        }
        
        #jCarouselLiteDemo .widget img {
            cursor: pointer;
        }
 
            #jCarouselLiteDemo .vertical {
                margin-left: 760px;
            }
                #jCarouselLiteDemo .vertical .jCarouselLite {   /* so that in IE 6, the carousel div doesnt expand to fill the space */
                    width: 760px;
                }
            #jCarouselLiteDemo .imageSlider li img, 
            #jCarouselLiteDemo .imageSlider li p, 
            #jCarouselLiteDemo .imageSliderExt li img , 
            #jCarouselLiteDemo .imageSliderExt li p {
                width: 760px;
                height: 270px;
            }
            
