$(document).ready(function() {
	$('.site_thumb').bind("mouseenter mouseleave", function() {
	$(this).toggleClass('highlight');
	});
});
