$(function() {
$('#fullpage').fullpage({
//options here
autoScrolling:true,
scrollHorizontally: true,
verticalCentered: false,
animateAnchor: true
});