$(document).ready(function(){
    
$(document).pngFix(); //fix png dla IE6

$(".news_data").corner("3px");
$(".offer_link").corner("3px");
$(".offer_link_active").corner("3px");
$(".menu_link").corner("3px");
$(".menu_link_active").corner("3px");

$("#animation_shadow").slideDown(2000);
$('#animation').cycle({ 
    fx:    'fade', 
    speed:  1000,
    timeout:  6000
 });




$(function() {
	$('a.lightbox').lightBox(); // Select all links with lightbox class
	});

//var auto_refresh = setInterval(
//function()
//{
//$('#fromgallerybox_inside').load('fromgallery_box.php');
//}, 5000);
//
//$.ajaxSetup({ cache: false });



}); // koniec dokument ready
