﻿//mini carousel 5
stepcarousel.setup({
    galleryid: 'ctl00_bodyContent_gallery5', //id of carousel DIV
    beltclass: 'beltMini', //class of inner "belt" DIV containing all the panel DIVs
    panelclass: 'panelMini', //class of panel DIVs each holding content
    autostep: { enable: false, moveby: 1, pause: 3000 }, //for automatic rotation
    panelbehavior: { speed: 300, wraparound: true, persist: true },
    defaultbuttons: { enable: false, moveby: 1, leftnav: ['App_Images/Home/SeeMore_left_arrow.png', -5, 80], rightnav: ['App_Images/Home/SeeMore_right_arrow.png', -20, 80] },
    statusvars: ['statusMini5_A', 'statusMini5_B', 'statusMini5_C'], //register 3 variables that contain current panel (start), current panel (last), and total panels
    contenttype: ['inline'] //content setting ['inline'] or ['external', 'path_to_external_file']
})
