var mouse_down_down = false;
var mouse_up_down = false;


$(function() {
  // photo fader
  $('#photos').innerfade({ speed: 'slow', timeout: 6000, type: 'sequence', containerheight: '474px' });
  if ($('div#news-page').length > 0) {
    $('div#main').jScrollPane({ scrollbarWidth:50});
  }
  if ($('div.scrollable').length > 0) {
    $("div.scrollable").scrollable({
    	size: 3
    });
  
  }
  if ($('#air-awards').length > 0) {
    $("#air-awards").tooltip({ tip: '#tt-air-awards',  position: ['center', 'top'], offset: [0, -187], effect: 'toggle', delay: 0 });
    $("#v-festival").tooltip({ tip: '#tt-v-festival',  position: ['center', 'top'], offset: [0, -187], effect: 'toggle', delay: 0 });
    $("#falls-festival").tooltip({ tip: '#tt-falls-festival',  position: ['center', 'top'], offset: [0, -187], effect: 'toggle', delay: 0 });
    $("#red-bull-soundclash").tooltip({ tip: '#tt-red-bull-soundclash',  position: ['center', 'top'], offset: [0, -187], effect: 'toggle', delay: 0 });
    $("#neverever-land").tooltip({ tip: '#tt-neverever-land',  position: ['center', 'top'], offset: [0, -187], effect: 'toggle', delay: 0 });
    $("#ksubi").tooltip({ tip: '#tt-ksubi',  position: ['center', 'top'], offset: [0, -187], effect: 'toggle', delay: 0 });
    $("#v-festival").tooltip({ tip: '#tt-v-festival',  position: ['center', 'top'], offset: [0, -187], effect: 'toggle', delay: 0 });
    $("#mardi-gras").tooltip({ tip: '#tt-mardi-gras',  position: ['center', 'top'], offset: [0, -187], effect: 'toggle', delay: 0 });
    $("#big-in-japan").tooltip({ tip: '#tt-big-in-japan',  position: ['center', 'top'], offset: [0, -187], effect: 'toggle', delay: 0 });
    $("#sunset-sounds").tooltip({ tip: '#tt-sunset-sounds',  position: ['center', 'top'], offset: [0, -187], effect: 'toggle', delay: 0 });
  }
});