(function ( $ ){
$(document).ready(function(){
    $('#banner').easySlider({
    nextText: '',
    prevText: '',
	pause: 17000,
    auto: true,
    continuous: true	
});

   /* $('#nav a').each(function(){
        var that = $(this);

        that
            .css({backgroundPosition: "0 0"})
            .mouseover(function(){
                that
                    .animate({'background-position': '-350px 0'}, 600);
            })
            .mouseout(function(){
                that.css('background-position', '0 0');
            });
    });*/
        
});

})(jQuery);
