$(document).ready(function(){
	$('.map_thmb img').css({margin: '0 10px 10px 0', border:'solid 0 white'});
	$('img[@src$=.png]').ifixpng();
});