$(document).ready(function(){
    $(".pianoList li:nth-child(3n)").css("margin-right","0");
});
