

$(document).ready(function(){	
		$('#aktualnosci li:eq(1)').css({ marginRight: '0px'})							
$(function() { 
    $('#slideshow-box').cycle({ 
        fx:     'fade', 
        speed:   200, 
		   cleartypeNoBg: true ,
        timeout: 8000, 
        pager:  '#slideshow-nav', 
        before: function() {  
            $('#caption').html(this.alt); 
        } 
    }); 
    }); 

$("#pogotowie-PR a").click(function() { 
       $("#modal").fadeIn('slow');
        return false;
}); 

$(".close a").click(function() { 
       $("#modal").fadeOut('slow');
        return false;
}); 

									});
