$(document).ready(function(){
	$('.cta').hover(function() { $(this).fadeTo("fast", 0.70); }, function() { $(this).fadeTo("fast", 1); });
});
