/* <![CDATA[ */
		jQuery(document).ready(function($) {
			// Your puppet's here
			$(document).pngFix(); // For PNG transparency
			$(".produse").jCarouselLite({
				btnNext: ".cnext",
				btnPrev: ".cprev",
				auto: null,
				speed: 1000,
				circular: true
			});
			
			
		});
		
/* ]]> */