// What is $(document).ready ? See: http://flowplayer.org/tools/using.html#document_ready
$(document).ready(function() {

// initialize scrollable together with the navigator plugin
$("#browsable-suitcase").scrollable({size: 2,clickable: false}).navigator();	
$("#browsable-showroom").scrollable({size: 2,clickable: false}).navigator();	
$("#browsable-pricetag").scrollable({size: 2,clickable: false}).navigator();	
});
