
Cufon.replace('#top ul a', {
			  hover:true,
			  fontWeight: 650
	
});

Cufon.replace ('#content h1, #content h2, #content h3, #content h4, #content h5',{
			    fontWeight: 650
			   
			   })

Cufon.replace('.opis h2, #subpgraph', {
			 
			  fontWeight: 550
	
});
Cufon.replace('.opis h2 span', {
			 
			  fontWeight: 750
	
});

    


$(document).ready(function() {
$('#carousel').jcarousel();						   
$('#slideshow').cycle({
					   pager:  '#nav'
					  });	

$('.opis h2 span').css('top','-8px');



var prawyMargines = {
	'margin-right' : '10px' 
}
var lewyMargines ={
	'margin-left' : '10px' 
}

$('#rightpanel img').each(function (){
var float = $(this).css('float');
if (float == 'right') {
	$(this).css(lewyMargines);
	}					  
else if (float == 'left') {
		$(this).css(prawyMargines);
		}

});
$("a[rel^='prettyPhoto']").prettyPhoto();

});
