$(document).ready(function() {
				$('#baner').hide().fadeIn(1500);
        $('a[@rel*=lightbox]').lightBox();
				$('.tabela tr td:first-child').addClass('first_td');
				$(".tabela tr:even").css("background-color", "#f5f5f5");

    });
		

