$(document).ready(function(){	
	$("#slider").easySlider({
		auto: true,
		continuous: true,
		pause:	5000,
		speed:	200,
		numeric: true
	});
	
	$(".FB-group").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'overlayShow'	:	true,
		'overlayColor'	:	'#000000',
		'overlayOpacity':	'0.7'
	});
});

var RecaptchaOptions = {
    theme : 'custom',
    custom_theme_widget: 'recaptcha_widget'
};
