function generuj_tlo()
{

	 var wysokosc = document.getElementById("tresc_gradient_lewy").offsetHeight+94+'px';
	 document.getElementById("tlo_szerokie").style.height = wysokosc; 

}

function ustaw(numer)
{			
	var wartosc = numer*160;
	document.getElementById("flajer").style.left = wartosc;	
}

//jQuery funckje, zoom obrazkow i tlo gradientowe
/*$(function() {
	$('#obraz_losowy_big a').flyout();
	$('.news_miniatura a').flyout();	
	$('.obraz_losowy a').flyout();
	$('.obraz_zoom a').flyout();
});
*/
$(document).ready(function() {				
//		$('div.tresc_gradient').gradient({ topcolor: '#606060', bottomcolor: '#FFFFFF', horizontal: false, opacity: 80});
/*		$('.tresc_gradient').gradientz({
          start: "#707070",     // start color: default is the background color.
          end: "#9d9d9d",      // end color: default is the background color.
          angle: 0,         // angle from vertical. Default is 0, i.e. vertical.
	  css: "position:relative;"          
        }); */


		$(".lightbox").lightbox();		
	});

