$(function() {

    if ($('.scrollable').length) {
        $('.scrollable').jScrollPane({ wheelSpeed: 36, showArrows: true });
    };
	
	if ($("#gallery a[rel='colorbox']").length) {
        $("#gallery a[rel='colorbox']").colorbox({ transition:'elastic', height:'80%' });
    };

});

