$(function(){
	
	$('.imagethumb img').each(function(){
		/*alert($(this).width());*/					  
		$(this).width($(this).width()/2);
	});

});