$(document).ready(function(){

    /* ########## jQuery GALLERY ########## */
    $(function() {
        $('#gallery a').lightBox();
    }); 

	$('#tekst_dlugi span').click(function(){
		$('#tekst_wiecej').slideToggle(300, function(){
			$('#tekst_dlugi span').toggle();
		});
	});

});

Cufon.replace(".title, #top_menu");

$(document).ready(function(){
    $("#top_menu li:first").css("background", "none");
    $('.small_product:last').css('border', '0')
})

