/*
** Adams Creative
** http://www.adamscreative.co.uk/
*****************************
** Written by Simon Friend
**
*/


/** Scripts that are 
loaded on ready **/
$(document).ready(function()
{

	// Gallery photo viewing
	$("#gallery li a[rel^='prettyPhoto']").prettyPhoto({theme:'facebook', show_title: false});
	
	// FAQ Animation
	$('.faq h3').click( function ()
	{
			$('.faq div').slideUp(200);
			$('div', $(this).parent()).delay(100).fadeIn(300);
	});
	

});

// ReCaptcha Clean Theme
var RecaptchaOptions = { theme : 'white'};

/** Standard 
functions below **/
