/* Author: 
	WebDesigns Ltd
	-Robert Uridge
*/

/* ----------
Flash Loading Text - Hide Animation
---------- */
$(document).ready(function() {
	$('p.loading').delay(2000).fadeOut(1600);	
});


/* ----------
Fancy Box - Facebook
---------- */
$(document).ready(function() {
	/* Using custom settings */
	$("a#facebook-button").fancybox({
		'hideOnContentClick': false,
		'height': 606,
		'width': 425
	});
	
});

