$(document).ready(function(){
// init for imgnav tooltips
	$('#imgnav .soothe a').brTip({title: 'Soothe', opacity: 0.7, fadeIn: 'slow', fadeOut: 'fast', top:20});
	$('#imgnav .detoxify a').brTip({title: 'Detoxify', opacity: 0.7, fadeIn: 'slow', fadeOut: 'fast', top:20});
	$('#imgnav .entice a').brTip({title: 'Entice', opacity: 0.7, fadeIn: 'slow', fadeOut: 'fast', top:20});
	$('#imgnav .renew a').brTip({title: 'Renew', opacity: 0.7, fadeIn: 'slow', fadeOut: 'fast', top:20});
// init for scrolling box
	$('#overflow').localScroll({
		target:'#overflow',
		axis:'y'
	});
});