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

