// JavaScript Document
$(document).ready(function() {
$(".scrollable").scrollable({circular: true }); 
});


