$(function(){	
	$(".title-pic").easySlider({
		auto: true, 
		continuous: true,
		delay: 4000,
		speed: 1000,
        prevText: "",
        nextText: "",
        numeric: true,
        numericId: "titleNav"
	});
    
});	


