/*_____________________________________________ Start - Projects - jCarouselLiteDemo _____________________________________________*/
.slide_ver{
	width:167px;
	float:left;
    background-color: #e7e7e7;
	
	padding:0px 8px;
	margin:9px 0px 9px 9px;
	overflow:hidden;
}
.slide_img_zoom{
	float:right;
	width:516px;
	height:324px;
	margin:9px 9px 9px 0px;
}
.carousel  {
    position: relative;    
	width:181px;
}
    .carousel a.prev, .carousel a.next {
        float: left;
		margin-top:5px;
    }
    .carousel .jCarouselLite1 {
        float: left;
        width:181px;
        /* Needed for rendering without flicker */
        position: relative;
        visibility: hidden;
        left: -5000px;
    }
        .carousel ul {
            margin: 0;
        }
		.carousel li{
			width:161px;
			height:96px;
			margin-top:2px;
		}
        .carousel li img{
			border:1px solid #ccc;
			background:#fff;
			padding:1px;
            width: 161px;
            height:91px;
        }
        
      
