$(document).ready(function() {
	$('.slideshow').cycle();
	$("a[rel=mini]").fancybox({titleShow: false});
	$("#konkurs").fancybox({
				'titleShow'	: false,
				'type'		: 'swf',
				'width'		: 800,
				'height'	: 439,
				'padding'	: 0,
				'margin'	: 0
			});
	$('input').focus(function(){$(this).val('');});
});