$(document).ready(function() {
	$('img[align="left"]').css({'margin-right':'10px', 'border':'2px solid #ccc','padding':'1px','background':'#fff'});
	$('img[align="right"]').css({'margin-left':'10px', 'border':'2px solid #ccc','padding':'1px','background':'#fff'});
	$('div.ngg-gallery-thumbnail a').lajtbox({opacity:'0.6'});
	
	$('a.encode').each(function(){
		adresat = $(this).attr('href');
		domena = $(this).attr('rel');
		poczta = adresat +"@"+ domena;
		$(this).attr('href', 'mailto:'+poczta);
		$(this).html(poczta);
	});
	
	$('a#playVideo').click(function() {
		$(this).fadeOut('slow', function() {
			var flashvars = {};
			var params = {menu: "false",wmode: "transparent"};
			var attributes = {id: "flashVideo",name: "flashVideo"};
			swfobject.embedSWF("/wp-content/themes/patrycja/_swf/zdumiewajace.swf", "flashVideo", "450", "300", "9.0.0","/wp-content/themes/patrycja/_swf/expressinstall.swf", flashvars, params, attributes);
		})
		
		return false;
	});
});

