$(document).ready(function(){

	$('div.glider').scrollable({
		vertical: true,
		size: 1,
		items: '.items',
		clickable: false,
		globalNav: true
	}).navigator('#control-bar');

});
