//<![CDATA[
//jQuery(document).ready(function() {
//
//   	original = jQuery('.sf-grey').css('color');
//	jQuery('.home a').hover(function() { //mouseover
//		jQuery(this).stop().animate({color: "#003297"}, 1000);
//	},function() { //mouseout
//		jQuery(this).stop().animate({'color': original},500);
//	});
//	jQuery('.works a').hover(function() { //mouseover
//		jQuery(this).stop().animate({color: "#003297"}, 1000);
//	},function() { //mouseout
//		jQuery(this).stop().animate({'color': original},500);
//	});
//	jQuery('.gallery a').hover(function() { //mouseover
//		jQuery(this).stop().animate({color: "#992895"}, 1000);
//	},function() { //mouseout
//		jQuery(this).stop().animate({'color': original},500);
//	});
//
//
//});

//]]>
