$(function() {
    $('.list_gallery a').lightBox();
    $('.list_gallery li:nth-child(6n)').css('margin', '0 0 20px 0');
});
