


$(document).ready(function () {
	// remove style icons for images within links
	$("a:has(img)").css("background-image", "none");
});


