jQuery(document).ready(function($){
	$('img.thumb').bind('mouseenter', function() { jQuery(this).fadeTo(200, 0.70); });
	$('img.thumb').bind('mouseleave', function() { jQuery(this).fadeTo(200, 1.0); });
});
