$(document).ready(function() {

$('.menu ul li:last').css('padding','0');
$('.news .NewsSummary:first').css('padding-top','0');
$('.news .NewsSummary:last').css('padding-bottom','0').css('border','none');

$('.footer_l .formularz div:eq(4)').css({'position':'absolute','left':'313px','width':'310px'});
$('.footer_l .formularz div:eq(4)').find('label').css('width','50px');
$('.footer_l .formularz div:eq(4)').find('p.error').css({'display':'block','font-weight':'bold'}).html("Uzupelnij wymagane pola");

$('.footer_l #m98ee4moduleform_2 .formularz div:eq(4)').find('label').css('width','75px');
$('.footer_l #m98ee4moduleform_2 .formularz div:eq(4)').css({'position':'absolute','left':'300px','width':'340px'});
$('.footer_l #m1fe60moduleform_3 .formularz div:eq(4)').find('label').css('width','75px');
$('.footer_l #m1fe60moduleform_3 .formularz div:eq(4)').css({'position':'absolute','left':'300px','width':'340px'});

$("a.ref").fancybox({ 'imageScale': false, 'centerOnScroll':false, 'hideOnContentClick': true, 'zoomOpacity': true,'overlayShow': true, 'zoomSpeedIn': 500, 'zoomSpeedOut': 500 });


$('.table-certyfikaty tr td:eq(0)').css('width','100px');
$('.table-certyfikaty tr td:eq(1)').css('width','400px');
$('.table-certyfikaty tr td:eq(2)').css('width','100px');



});
