.carousel  {
    padding: 10px 0px 10px 10px;
    margin: 0px;
    position: relative;
	background-color:#c7dff4;
	display:block;
	height:165px;
}
    .digg {
        position: absolute;
        left: 610px;
        top: 110px;
    }
    .main {
        margin-left: 40px;
    }

    #jCarouselLite .demo em {
        color: #FF3300;
        font-weight: bold;
        font-size: 60%;        
        font-style: normal;
    }
    .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: 145px;
        text-decoration: none;
    }

			.carousel a.next {
				background: url("../images/next.png") right 70px no-repeat;
			}
            .carousel a.next:hover {
                background-image: url("../images/next.png");
            }
	        .carousel a.prev{
                background: url("../images/prev.png") left 70px no-repeat;
            } 			
            .carousel a.prev:hover {
                background-image: url("../images/prev.png");
            }    
            .carousel a:hover, #jCarouselLite .carousel a:active {
                border: none;
                outline: none;
            } 
			
    .carousel .jCarouselLite {
        border: 1px solid #003876;
        float: left;
        background-color: #fff;
        
        /* Needed for rendering without flicker */
        position: relative;
        visibility: hidden;
        left: -5000px;
    }
        .carousel ul {
            margin: 0;
        }
		
		.carousel li {
            margin: 10px 0px 10px 20px;
			overflow: hidden; 
			float: left; 
			width: 430px; 
			height: 145px;
			border-right:1px solid #c7dff4;
			font-size:11px;
			color:#003876;
        }
		.carousel li img{
			float:left;	
			margin-right:10px;
			border:0;
		}
		
		.carousel li a{
			display:block;
			text-decoration:none;
			color:#003876;
		}
		
        .carousel li img, 
        .carousel li p {
            background-color: #fff;
            /*width: 410px;
            height: 145px;
            margin: 10px;*/
        }
        
        .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;
            }
            