jQuery.noConflict();
jQuery(function() {
	jQuery('#side').accordion();
	jQuery('nav ul li ul.current').css('display', 'block');
	
	jQuery('#contact_form').validate({
		errorPlacement: function(error,element) {
			return true;
		}
	});
	jQuery("#featured .module:first-child").addClass("first");
	jQuery("#introduction .module:first-child").addClass("first");
	jQuery("#page .products ul li:first-child").addClass("first");
});
