/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==carousel */
  
stepcarousel.setup({
  galleryid: 'gallery',
  gallery_wrapper: 'gallery-wrapper',
  beltclass: 'images',
  panelclass: 'panel',
  panelbehavior: {speed:500, wraparound:false, persist:false},
  defaultbuttons: {enable: true, moveby: 1},
  contenttype: ['inline']
});


