// JavaScript Document
$(function() {
	$('#balmontabs').tabs({ fxSlide: true, fxFade: true, fxSpeed: 'normal' });
});

$(function() {
	$('#balmontabsgallery').tabs({ fxSlide: true, fxFade: true, fxSpeed: 'normal' });
});

$(document).ready(function() {
  $('a.sticky:eq(0)').cluetip({sticky: true, closePosition: 'title', arrows: true });
  $('a.sticky:eq(1)').cluetip({sticky: true, closePosition: 'title', arrows: true });
  $('a.sticky:eq(2)').cluetip({sticky: true, closePosition: 'title', arrows: true });
  $('a.sticky:eq(3)').cluetip({sticky: true, closePosition: 'title', arrows: true });
  $('a.sticky:eq(4)').cluetip({sticky: true, closePosition: 'title', arrows: true });
});
