$(document).ready(function() {
        $('#myRoundabout').roundabout({
             shape: 'lazySusan',
             minScale: 0, // tiny!
             maxScale: 1, // tiny!
             easing:'easeOutElastic',
             clickToFocus:'true',
             focusBearing:'0',
             duration:1200,
             tilt:'0',
             reflect:true
        });
        
});
