(function($){
    $(function(){
        $('#slideshow-wrap').easySlider({
            auto: true,
            continuous: true,
            numeric: true
        });
    });
    
})(jQuery);
