// MAIN BANNER SCROLL
$(document).ready(function() {
$("div.scrollable").scrollable({speed: 700, circular: true});

});

