

.carousel  {
    padding: 0;
    margin: 0;
    position: relative;     
}
.digg {
	position: absolute;
	left: 610px;
	top: 110px;
}
/*.main {margin-left: 40px;}*/

.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;*/
		border:0; background:0; outline:0; padding:0; margin:0; position:absolute;
    }
	.carousel button.prev {top:-40px; right:40px;}
	.carousel button.next {top:-40px; right:0;}
    .carousel a.prev, .carousel a.next {
        display: block;
        float: left;
        width: 30px;
        height: 143px;
        text-decoration: none;
        background: url("/image/imageNavLeft.gif") left 60px no-repeat;
    }
        .carousel a.next {
            background: url("/image/imageNavRight.gif") right 60px no-repeat;
        }
            .carousel a.next:hover {
                background-image: url("/image/imageNavRightHover.gif");
            }
            .carousel a.prev:hover {
                background-image: url("/image/imageNavLeftHover.gif");
            }    
            .carousel a:hover, .carousel a: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;
        }
		.carousel ul li {
            width:232px;
			margin:0 24px 0 0;
			height:250px;
        }
        /*.carousel li img, 
        .carousel li p {
            background-color: #fff;
            width: 150px;
            height: 118px;
            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;
            }
            
/*_____________________________________________ End - Projects - jCarouselLiteDemo _____________________________________________*/

