$(function() {
	$(".home-content").easySlider({
		auto: true, 
		continuous: true,
		speed: 1200,
		pause: 4000,
		controlsShow:	true
	});
});
