jQuery(document).ready(function() {
 
/*
jQuery('.name_sort').css("top","8px");
jQuery('.big_button strong').css("paddingTop","35px");
*/

   
   //portfolio _ clients hovers
   


	jQuery(".thumbMask").hover(
	  function () {
	    jQuery(".thumbCube", this).animate({
			  	right:-10,
			  	bottom:-11	 	
			 }, 100, function() {
	    // Animation complete.
	  });
	
	  },
	  function () {
	    jQuery(".thumbCube", this).animate({
			  	right:0,
			  	bottom:0		 	
			 }, 100, function() {
	    // Animation complete.
	  });
	
	  }
	);
	
	/*------- end hovers -------*/
	
});
