jQuery.noConflict();
jQuery(document).ready(function(){
	
	jQuery("ul.tabs a").hover(
	function() {
		jQuery(this).animate({ 
    //letterSpacing: "0"
    paddingLeft: "15px",
	paddingRight: "15px"
	  }, "easeOut" )
	},
	function() {
		jQuery(this).animate({ 
    //letterSpacing: "0"
    paddingLeft: "10px",
	paddingRight: "10px"
	  }, "easeOut" )
	});
	
	
	jQuery(".jcarousel-skin-tango li img").hover(
	function() {
		jQuery(this).animate({ 
    //letterSpacing: "3",
    opacity: "0.7"
	  }, "easeOut" )
	},
	function() {
		jQuery(this).animate({ 
    //letterSpacing: "0",
    opacity: "1"
	  }, "easeOut" )
	});
	
	$('.financial img').animate({ "opacity": "0"}, 10)
	jQuery(".financial img").hover(
	function() {
		jQuery(this).animate({ 
		    opacity: "1"
	  }, "easeOut" )
	},
	function() {
		jQuery(this).animate({ 
		    opacity: "0"
	  }, "easeOut" )
	});
	
	
	$('.corporate img').animate({ "opacity": "0"}, 10)
	jQuery(".corporate img").hover(
	function() {
		jQuery(this).animate({ 
		    opacity: "1"
	  }, "easeOut" )
	},
	function() {
		jQuery(this).animate({ 
		    opacity: "0"
	  }, "easeOut" )
	});
	
	
	$('.management img').animate({ "opacity": "0"}, 10)
	jQuery(".management img").hover(
	function() {
		jQuery(this).animate({ 
		    opacity: "1"
	  }, "easeOut" )
	},
	function() {
		jQuery(this).animate({ 
		    opacity: "0"
	  }, "easeOut" )
	});
	
	
	$('.realEstate img').animate({ "opacity": "0"}, 10)
	jQuery(".realEstate img").hover(
	function() {
		jQuery(this).animate({ 
		    opacity: "1"
	  }, "easeOut" )
	},
	function() {
		jQuery(this).animate({ 
		    opacity: "0"
	  }, "easeOut" )
	});
	
	
	$('.euuity img').animate({ "opacity": "0"}, 10)
	jQuery(".euuity img").hover(
	function() {
		jQuery(this).animate({ 
		    opacity: "1"
	  }, "easeOut" )
	},
	function() {
		jQuery(this).animate({ 
		    opacity: "0"
	  }, "easeOut" )
	});
	
	jQuery(".memberTeam").hover(
	function() {
		jQuery(this).animate({ 
		    left: "10px"
	  }, "easeOut" )
	},
	function() {
		jQuery(this).animate({ 
		    left: "0px"
	  }, "easeOut" )
	});
	
	
	jQuery(".career img").hover(
	function() {
		$(this).animate({ 
    //letterSpacing: "3",
    opacity: "0.7"
	  }, "easeOut" )
	},
	function() {
		jQuery(this).animate({ 
    //letterSpacing: "0",
    opacity: "1px"
	  }, "easeOut" )
	});
});
