$(document).ready(function(){

	$('.screenshots a').lightBox();
	
	$('.errorfield').focus(function() {
		$(this).removeClass('errorfield');
	});

	
});