
function init(){
	$("#Thumbnails table:nth-child(6n)").css("margin-right", "0");
}

$(document).ready(init);
