.clear {
	clear: both;
}

     .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;
        float: left;
        width: 30px;
        height: 20px;
        text-decoration: none;
        background: url("../images/imageNavLeft.gif")  no-repeat;
    }
         .carousel a.next {
            background: url("../images/imageNavRight.gif")  no-repeat;
        }
             .carousel a.next:hover {
                background-image: url("../images/imageNavRightHover.gif");
            }
             .carousel a.prev:hover {
                background-image: url("../images/imageNavLeftHover.gif");
            }    
             .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: 250px;
            height: 185px;
        }
        
         .widget img {
            cursor: pointer;
        }
             .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: 250px;
                height: 185px;
            }

