.carousel  {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	position: relative;
}

 .carousel button { /*Don't remove this. we still use this for individual demos. only the front pages use images as of now*/
    float: left;
  }              
a.prev, a.next {
		display: block;
		margin: 0 auto;
		width: 30px;
		height: 30px;
		text-decoration: none;
		background: url("../images/scroll/imageNavLeft.gif") no-repeat;
		z-index: 10;
  }
a.next {
    background: url("../images/scroll/imageNavRight.gif") no-repeat;
  }
 a.next:hover {
    background-image: url("../images/scroll/imageNavRightHover.gif");
  }
 a.prev:hover {
    background-image: url("../images/scroll/imageNavLeftHover.gif");
  }    
 a.prev:hover, a.prev:active, a.next:hover, a.next:active {
	border: none;
	outline: none;
}                 
 .carousel .jCarouselLite {
        border: 1px solid black;
        float: left;
        background-color: #dfdfdf;
        
        /* Needed for rendering without flicker */
        position: relative;
        visibility: hidden;
        left: -5000px;
    }
        .carousel ul {
            margin: 0;
						padding: 0;
        }

        .carousel li {
            width: 300px;
            height: 118px;
            margin: 0;
        }
        
       .widget img {
            cursor: pointer;
        }
             .mid {
                margin-left: 80px;
                width: 400px;
                height: 300px;
            }
            .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: 400px;
                height: 300px;
            }