$(document).ready(function(){
	$('a.work-box').live('hover', function(){
		$(this).children('.work-title').fadeToggle(250);	
	});
});
