$(document).ready(function(){
	$('#gallery a').lightBox();
	
	$('#news-scroll-up').click(function(){
		$('#news').scrollTo('-=425px', 800);
	});
	$('#news-scroll-down').click(function(){
		$('#news').scrollTo('+=425px', 800);
	});
	
	$('#biog-scroll-up').click(function(){
		$('#biog-text').scrollTo('-=188px', 800);
	});
	$('#biog-scroll-down').click(function(){
		$('#biog-text').scrollTo('+=188px', 800);
	});
	
	$('#flyer-rotator').cycle({
		fx: 'fade'
	});
});

function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}
