/**
 * @author  Andrew Ellis
 * @url     http://www.1three.com/
 */
$(function(){
    $("#slider").easySlider({
		auto: true,
		continuous: true,
        numeric: true,
        speed: 300,
        pause: 3000
	});
});
