// initialize scrollable together with the circular plugin 
$(document).ready(function() {
// initialize scrollable together with the circular plugin
$("#minigals").scrollable().circular();	
});


/*
$(document).ready(function() {
// initialize scrollable together with the circular plugin
$("#block18").scrollable().circular();	
});


$(document).ready(function() {
    // initialize scrollable  
    $("#block183").scrollable({ 
        vertical:true
    // use mousewheel plugin 
    }).mousewheel();     
});
*/
