$(document).ready(function(){
	$(".swCommerceRelatedProductPicture img")
		.css("width", "40%")
		.css("height", "40%");
	$(".swCommerceRelated").prepend("<b>Tilkøb tilbehør</b>");
});