// Set grid columns and rows
var gridCols=3;
var gridRows=4;

// Set slide style. Available options: linear | dynamic | bounce
var slideStyle="dynamic";

// Set slide duration in ms
var slideDuration=1800;

// Set navigation behavior. Available options: true | false
var navBouncing=false;
var navCenter=true;

// Set navigation position. Available options: top | box
var navPos="box";