$(function(){
	$("a[rel^='lightbox']").prettyPhoto();
	$("div.error input, div.error textarea").change(function(){
		$(this).parents('.error').removeClass('error');
	});
});
