$(document).ready(function(){
	$('.thickbox img').before('<img class="lupa" src="images/marjalbeach/lupa.png"  />');
	$('.thickbox .img-left').parent('a').addClass('img-left');
	});
	function lupa() {
	$('.thickbox').each(function(){
		$(this).width($(this).children(':last-child').width()+20);
	});
	}
