/*_____________________________________________ Start - Projects - jCarouselLiteDemo _____________________________________________*/

.carousel  {
    position: relative;     
	background:url(../images/slide_jcaroul_bg.jpg) no-repeat;
	width:996px;
	height:410px;/*132*/
	margin:auto;
	margin-bottom:14px;
    padding-top:3px;
	
}
                
        .carousel ul {
            margin: 0;
        }
        .widget img {
            cursor: pointer;
        }
            .mid {
                margin-left: 80px;
                width: 400px;
                height: 150px;
            }
            .imageSlider li img, 
            .imageSlider li p, 
            .imageSliderExt li img , 
            .imageSliderExt li p {
                width: 400px;
                height: 150px;
            }
