$(function() {

	// initialize scrollable
	$(".scrollable").scrollable({circular: true});

});
    $('.slideshow').cycle({
		fx: 'fade', 
		speed:  2500 
	});


$("#scroll img[title]").tooltip();
