 $(document).ready(function(){
		if(count_recgoods > 5) {
				$(function() {
				$(".carousel").jCarouselLite({
					btnNext: ".rightrec",
					btnPrev: ".leftrec",
					visible: 5
				});
			});
		}
		else
			$('.leftrec, .rightrec').hide();
			
	 });
 


