$(function(){	
	$(".title-pic").easySlider({
		auto: true, 
		continuous: true,
		pause: 5000, 
        prevText: "",
        nextText: "",
        numeric: true,
        numericId: "titleNav"
	});
    
});	


