//carousel
$(function(){ 
	  $(".carousel").jCarouselLite({
	  	btnNext: ".next1",
	  	btnPrev: ".prev1"
   	  });
});
