$(function(){
	
	$(".shuffle").shuffle();
	
	jQuery("#banner .scroller").jCarouselLite({
		auto: 1,
		speed: 4000,
		easing: 'linear',
		visible: 4,
		scroll: 1
	});
	
});


