// JavaScript Document

			$(document).ready(function(){

			  $('a.fr_link0').hover(function(){
					$(this).stop().animate({height:'55px',top:'41px'},{queue:false,duration:150});
					$(this).find('.first_l').stop().animate({marginRight:'2px'},{queue:false,duration:150});
					$(this).find('.sec_l').stop().animate({paddingLeft:'18px'},{queue:false,duration:150});
					$(this).siblings('img.l2bg').stop().animate({left:'0'},{queue:false,duration:400});
					$(this).siblings('p').find('.first_s').stop().animate({left:'200px'},{queue:false,duration:150});
					$(this).siblings('p').find('.last_s').stop().animate({left:'2px'},{queue:false,duration:150});
				}, function() {
					$(this).stop().animate({height:'57px',top:'39px'},{queue:false,duration:150});
					$(this).find('.first_l').stop().animate({marginRight:'4px'},{queue:false,duration:150});
					$(this).find('.sec_l').stop().animate({paddingLeft:'16px'},{queue:false,duration:150});
					$(this).siblings('img.l2bg').stop().animate({left:'916px'},{queue:false,duration:400});
					$(this).siblings('p').find('.first_s').stop().animate({left:'0px'},{queue:false,duration:150});
					$(this).siblings('p').find('.last_s').stop().animate({left:'-200px'},{queue:false,duration:150});
				});

			  $('.fr_link2 a.first_l').hover(function(){
					//$(this).find('.de').stop().animate({color:'#ffffff'},{queue:false,duration:200});
					$(this).find('.df').stop().animate({paddingLeft:'19px'},{queue:false,duration:200});
					$(this).siblings('img').stop().animate({opacity: '0.8'},{queue:false,duration:200});
				}, function() {
					//$(this).find('.de').stop().animate({color:'#cecece'},{queue:false,duration:200});
					$(this).find('.df').stop().animate({paddingLeft:'5px'},{queue:false,duration:200});
					$(this).siblings('img').stop().animate({opacity: '1'},{queue:false,duration:200});
				});

	
			  $('.fr_link3 a').hover(function(){
					$(this).find('span.first_s').stop().animate({paddingLeft:'20px'},{queue:false,duration:200});
					$(this).find('img').stop().animate({opacity: '0.8'},{queue:false,duration:200});
				}, function() {
					$(this).find('span.first_s').stop().animate({paddingLeft:'0px'},{queue:false,duration:200});
					$(this).find('img').stop().animate({opacity: '1'},{queue:false,duration:200});
				});

				$('.fr_link4 a').hover(function(){
					$(this).stop().animate({right:'-2px',height:'66px'},{queue:false,duration:100});
					$(this).siblings('img').stop().animate({opacity: '1'},{queue:false,duration:150});
					$(this).parents('.fr_link4').stop().animate({height:'276px'},{queue:false,duration:150});
				}, function() {
					$(this).stop().animate({right:'0px',height:'68px'},{queue:false,duration:100});
					$(this).siblings('img').stop().animate({opacity: '0.8'},{queue:false,duration:150});
					$(this).parents('.fr_link4').stop().animate({height:'200px'},{queue:false,duration:150});
				});

				$('.fr_link5 a').hover(function(){
					$(this).parents('.fr_link5').stop().animate({height:'338px'},{queue:false,duration:100});
					$(this).parents('.spacer').stop().animate({height:'302px',opacity:'1'},{queue:false,duration:100});
					$(this).siblings('img').stop().animate({opacity: '1'},{queue:false,duration:100});
				}, function() {
					$(this).parents('.fr_link5').stop().animate({height:'262px'},{queue:false,duration:100});
					$(this).parents('.spacer').stop().animate({height:'226px',opacity:'1'},{queue:false,duration:100});
					$(this).siblings('img').stop().animate({opacity: '0.8'},{queue:false,duration:100});
				});

			  $('.news_box a.df').hover(function(){
					$(this).stop().animate({paddingLeft:'19px',backgroundColor:'#cd0000'},{queue:false,duration:150});
					$(this).siblings('h2').stop().animate({opacity: '0.5'},{queue:false,duration:150});
					$(this).siblings('p').stop().animate({opacity: '0.7'},{queue:false,duration:150});
				}, function() {
					$(this).stop().animate({paddingLeft:'5px',backgroundColor:'#929292'},{queue:false,duration:150});
					$(this).siblings('h2').stop().animate({opacity: '1'},{queue:false,duration:150});
					$(this).siblings('p').stop().animate({opacity: '1'},{queue:false,duration:150});
				});
				
			  $('.quat3 a.spacer').hover(function(){
					$(this).siblings('img').stop().animate({opacity:'0.7'},{queue:false,duration:150});
				}, function() {
					$(this).siblings('img').stop().animate({opacity:'1'},{queue:false,duration:150});
				});

 	  	});



