$(document).ready(function(){

	$("body.referencer .bigReference").wrapAll('<div id="bigRefWrap" style="display:table;"></div>');
	$("body.referencer .smallReference").wrapAll('<div id="smallRefWrap" style="display:table;"></div>');

	$("body.referencer #ReferenceWrapper .smallReference:nth-child(6n)").css('margin','0px');
	
	$(".pageRefPicHolder .pageRefPic:nth-child(6)").css('margin-right','0px');
	
});   
