$(document).ready(function(){	
	$("#shop-panels").easySlider({
		auto: true,
		continuous: true,
		numeric: true,
		pause: 5000
	});
});