$j(document).ready(function() {
	$j('#oferte li:last').css({'margin-right':'0'});
	Cufon.replace('#menu a, h1, h2, #oferte .info', {hover:true, textShadow: '1px 1px 1px #230606', color: '-linear-gradient(#ffeca8, 0.8=#ffb64e)'});
	Cufon.now();

	if ($j('div.suprema').length > 0) {
		$j('#content').css({'min-height': '500px', '* html #content':'500px'})
	}

	$j('#oferte li:first-child').addClass('firstli');
	$j('#oferte li:first-child').next().addClass('secondli');
	$j('#oferte li:last').addClass('thirdli');
    
    $j("#banner, #banner-bg").click(function(event){
		$j("#banner").fadeOut('fast');
		$j("#banner-bg").fadeOut('fast');
	});

});
