Orientating in real-time is confusing...
new Pageable("main", {
pips: false,
onFinish: function(data) {
// orientate horizontally when index is odd number
this.orientate(data.index % 2 == 0 ? "vertical" : "horizontal");
},
});