<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
CSS Name: test
Description: NextGEN Default Gallery Stylesheet
Author: RNI
Version: 03.2015

This stylesheet is provided to allow users the ability of overriding the default styles for all display types

    margin: 4px 0px 4px 4px;
    padding: 4px;

*/

.ngg-gallery-thumbnail img {
    background-color: #d1a00c;
    border: 1px solid #000000;
    display: block;
    padding: 4px;
    position: relative;
}

.ngg-gallery-thumbnail img:hover {
    background-color: #d1a00c;
    border: 1px solid #d1a00c;
    display: block;
    position: relative;
}

.ngg-gallery-thumbnail {
    background-color: #d1a00c;
    border: 0px solid #000000;
    display: block;
    position: relative;
    margin: 0px
}

.ngg-gallery-thumbnail hover {
    background-color: #d1a00c;
    border: 0px solid #d1a00c;
    display: block;
    position: relative;
}</pre></body></html>