$(document).ready(function() {
	$('.colorbox').colorbox({ width: '70%' });
	
	$('.ngg-gallery-thumbnail a').attr('rel', 'gallery_1');
	$('.ngg-gallery-thumbnail a').colorbox({ width: '70%' });
	
	$('#s, #s2').click(function() {
		if ( $(this).val() == 'Keresés' )
			$(this).val('');
	});
	$('#s, #s2').blur(function() {
		if ( $(this).val() == '' )
			$(this).val('Keresés');
	});
});
