var $ = jQuery.noConflict();
$(document).ready(function() {	
	$(".scroll-content").jCarouselLite({
	hoverPause:true,
	visible: 6,
	auto:3000,
	speed:1000,
	btnNext: ".scroll-next",
btnPrev: ".scroll-prev"
	});
	
});

