jQuery(document).ready(function($){
// $('.post img:first').parent().wrap('<div style="border:1px solid red;"></div>');
$(".post").each(function(index, post){
	$($(post).find('img:first')).css({'margin-top':'0', 'margin-right':'0'});
	$($(post).find('img:first')).parent().wrap('<div class="lokowrapper" style="display:inline-block;position:relative;padding:0"></div>');
});
$(".lokowrapper").append("<a href='http://www.lokofoto.com' id='bannerlink' title='Buy Prints on Lokofoto.com' style='display:block;position:absolute;top:0px;right:0px;'></a>")


});

