/**
*	Bootstrap the javascript
*/

$(document).ready(function () 
{
    $('.rs-slideshow').rsfSlideshow({
        controls: {index:{auto:true}},
        //interval: 3,
        transition: 500,
        effect: 'slideDown', 
        iteration: 'backAndForth'
    }); 
});
