// jquery config
$(function(){
   $(".floatBtn a").click(function(){
   $('#wrapper').ScrollTo(700, 'easeout');return false;
   });
});