$(document).ready(function() {

	
	// Contact Us Form
	//	$("#register_form").validate(); // End of Validate Plugin

	$("a[rel^='prettyPhoto']").prettyPhoto({
		animationSpeed: 'fast',
		padding: 40,
		opacity: 0.5,
		showTitle: true,
		allowresize: true,
		theme: 'light_rounded'
	});


});
