$(document).ready(function(){
    $(".absolut").show();
    $(".scrollable").scrollable({circular: true});
});
