


	
      

	

$(".gallery-image").colorbox({rel:'gallery-image'});




	$('.slideshow').cycle({
		fx: 'fade'
	});




$(function(){
		var $page = window.location
		$('#nav li a').each(function(){
			var $href = $(this).attr('href');
			if ( ($href == $page) || ($href == '') ) {
				$(this).addClass('on');
			} else {
				$(this).removeClass('on');
			}
		});
	});

$.localScroll();
