$(function() {
$('div.menu_anime_left').delegate('div.passive:not(.active)', 'hover', function() {
$(this).addClass('active').siblings().removeClass('active');
$('#full_text_anime').html($('#text_short_'+$(this).attr('tid')).html());
$('#anime_big_img').attr("src",$(this).attr('rel'));
})

	$('span.door img').hover(function(){
			$(this).stop().animate({width:"150px",height:"300px",left:"-25px",top:"-25px"}, 400);
			//$(this).attr("src","pic2.png");
		},
		function(){
			$(this).stop().animate({width:"115px",height:"227px",left:"0",top:"0"}, 400);
			//$(this).attr("src","pic1.png");
		});
		$('div.main_news_one').hover(function(){
			$('div.main_news_one div.main_news_one_right').stop().animate({width:"40px"}, 1000);
			$(this).find('div.main_news_one_right').stop().animate({width:"250px"}, 1000);		
		},
		function(){
		$('div.main_news_one div.main_news_one_right').stop().animate({width:"110px"}, 1000);
		
		});
/*Смена варианта дверей*/
/*$('div.under').click(function () 
                    {
                    $('#big_pic').attr('src',$(this).attr('rel'));  
                  //alert($(this).attr('rel'));        
                    });*/
/**/

});
