$(document).ready(function(){	
 															$('.meta_menu_news li a').click(function() {$('.x_spacer').removeClass('rtl');});
 															$('.backswitch li a').click(function() {$('.x_spacer').addClass('rtl');});													
 													  });
 													
										  
 													  
 													  
$(document).ready(function(){$("vvv_main li a").hover(
			function(){
					$('.xxx li a').stop().fadeTo("slow", 0.0);
					$('.xxx li a').stop().animate({ color: '#B2401C' }, 300);},
					
			function(){
					$('.xxx li a').stop().fadeTo("slow", 1.0);
					$('.xxx li a').stop().animate({ color: '#000' }, 600);}
	);
});		


								
 													




$(document).ready(function(){
    

    		
    

		   
    $('.box_right').hover(
    	 	function() {$(this).stop().fadeTo("slow", 0.7);}, 
    		function() {$(this).stop().fadeTo("slow", 1.0);}
    );
    
    $('.portfolio_desc a').hover(
				function () {$(this).stop().animate({ backgroundColor: '#ff0000', paddingLeft: '45px' }, 200);}, 
        function () {$(this).stop().animate({ backgroundColor: '#bbb', paddingLeft: '40px' }, 300);}
    );
    
    $('.moduletable_submenu li a').not('.moduletable_submenu li.active a').hover(
        function () {$(this).stop().animate({ backgroundColor: '#ff0000', paddingBottom: '4px' }, 300);}, 
        function () {$(this).stop().animate({ backgroundColor: '#bbb', paddingBottom: '0' }, 300);}
    );

});



$(document).ready(function(){
$('.main_menu li').not('.main_menu li.active').hover(function() {
												  $(this).stop().animate({marginLeft: -50}, 900);
												  }, function() {
												  $(this).stop().animate({marginLeft: 0}, 900);
												  });

$('.menu_footer li.active').css({marginLeft: -10});
												  
$('.menu_footer li').not('.menu_footer li.active').hover(function() {
												  $(this).stop().animate({marginLeft: -10}, 100);
												  }, function() {
												  $(this).stop().animate({marginLeft: 0}, 300);
												  });
												  




$('.socials a').not('').hover(function() {
												  $(this).stop().animate({paddingTop: 5}, 300);
												  }, function() {
												  $(this).stop().animate({paddingTop: 0}, 300);
												  });
												  
});








//				$(document).ready(function(){
//				$(".colorbox").colorbox();
//				$(".youtube").colorbox({iframe:true, width:600, height:530});
//				$(".iframe").colorbox({width:"570", height:"570", iframe:true});
//				$(".iframe2").colorbox({width:"950", height:"600", iframe:true});
//				$(".iframe_google").colorbox({width:"990", height:"500", iframe:true});
//				$(".inline").colorbox({width:"400px", inline:true, href:"#login"});
//			});





