$(document).ready(function() {
	/*
	*   Examples - images
	*/
	
	$("a.fancybox").fancybox();

	$("a[rel=example_group]").fancybox({
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'titlePosition' 	: 'over',
		'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
			return '<span id="fancybox-title-over">Image ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';
		}
	});


	$('#get_involved').slideto({
		speed  : 1000
	});
	$('#get_involved2').slideto({
		speed  : 1000
	});
	$('#get_involved3').slideto({
		speed  : 1000
	});
	$('#get_involved4').slideto({
		speed  : 1000
	});
	$('.top a').click(function(){
		$('html, body').animate({scrollTop: '0px'}, 1000);
			return false;
	 });
});
