$(document).ready(function(){

    // tooltip - dymek
    tooltip();

    // lightbox - colorbox
    $("a[rel='lightbox']").colorbox({transition:"elastic"});
	$("#baner_glowna").colorbox({
		width:"670px", height:"691px",opacity:"0.5", iframe:true, open:true, href:"baner_glowna.php"
	});

    $("div.post").children("a.pytanie").click( function() { $(this).next("div.odpowiedz").toggle(); });
    
    // pngfix dla IE6
    $("img").pngfix();

});

