

//$.noConflict();


// Working with the alt-row areas
jQuery(document).ready(function($){
	$('.content .altrows p:even').addClass('alt');
});

// Load the Lightbox Gallery
jQuery(document).ready(function($){
	$('.gallery a').lightBox();
});

jQuery(document).ready(function($){
	$('form.validate').validate();
});