.ngg-trigger-buttons {
    clear: both;
    text-align: right;
    font-size: 12px;
    line-height: 1em;
    margin: 0;
}

.ngg-trigger-buttons.hidden {
    display: none;
}

.ngg-trigger-large {
    font-size: 16px;
    margin: 0 10px;
}

.ngg-trigger-buttons .ngg-trigger {
    margin-left: 0.3em;
    cursor: pointer;
}

.ngg-trigger-buttons .ngg-trigger:active,
.ngg-trigger-buttons .ngg-trigger:focus,
.ngg-trigger-buttons .ngg-trigger:visited,
.ngg-trigger-buttons .ngg-trigger {
    color: #999;
}

.ngg-trigger-buttons .ngg-trigger:hover {
    color: #333;
}

.ngg-trigger-large .ngg-trigger {}

/* small exception for slideshows/filmstrip adjustments... seems kind of overkill to create 2 extra stylesheets just for a 2 liners fix */

.galleria.photocrati-nextgen_pro_horizontal_filmstrip {
    margin-bottom: 5px;
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
    .ngg-trigger-buttons.mobile-hide {
        display: none;
    }
}