$(function() {
     $('#gallery a').lightBox();
});

$(function() {
$("#smartsizors").find("img").css({'display':'none'});
});

$(function(){

$("#t_r").hover(function(){
  $("#a_dva").css({'z-index':'10'});
  $("#dva").animate({'top':'-4px','left':'-6px','width':'250px','height':'126px'},"fast");
}, function(){
  $("#a_dva").css({'z-index':'0'});
  $("#dva").stop().animate({'top':'0px','left':'0px','width':'238px','height':'118px'},"fast");
}
);

$("#b_l").hover(function(){
  $("#a_tree").css({'z-index':'10'});
  $("#tree").animate({'top':'-4px','left':'-6px','width':'250px','height':'126px'},"fast");
}, function(){
  $("#a_tree").css({'z-index':'0'});
  $("#tree").stop().animate({'top':'0px','left':'0px','width':'238px','height':'118px'},"fast");
}
);

$("#b_r").hover(function(){
  $("#a_chetyre").css({'z-index':'10'});
  $("#chetyre").animate({'top':'-4px','left':'-6px','width':'250px','height':'126px'},"fast");
  $("#b_r ul").slideDown("fast");
}, function(){
  $("#a_chetyre").css({'z-index':'0'});
  $("#b_r ul").slideUp("fast");
  $("#chetyre").stop().animate({'top':'0px','left':'0px','width':'238px','height':'118px'},"fast");
}
);

$("#t_l").hover(function(){
  $("#a_odin").css({'z-index':'10'});
  $("#odin").animate({'top':'-4px','left':'-6px','width':'250px','height':'126px'},"fast");
  $("#t_l ul").slideDown("fast");
}, function(){
  $("#t_l ul").slideUp("fast");
  $("#odin").stop().animate({'top':'0px','left':'0px','width':'238px','height':'118px'},"fast");
  $("#a_odin").css({'z-index':'0'});
}
);

});

$(function(){
$("ul.top_menu1>li").hover(function(){
$(this).css({'background':'url(uploads/images/i/top_m.gif)'});
$(this).find("a").css({'color':'#36525E'});
},
function(){
$(this).css({'background':'url(uploads/images/i/top_m.gif)'});
$(this).find("a").css({'color':'#36525E'});
}
);
});