﻿
#Gallery
        {
            margin-top: 15px;
            overflow: hidden;
            box-sizing:border-box;
        }


        img
        {
            border: none;
        }



        div.gallery-row
        {
            clear: both;
            height: 0;
            visibility: hidden;
        }

        div.gallery-item
        {
            float: left;
            width: 33.33333333%;
            overflow: hidden;
        }

            div.gallery-item a
            {
                display: block;
                margin: 5px;
                border: 1px solid #ccc;
                padding: 2px;
                border-radius: 3px 4px;
            }

            div.gallery-item img
            {
                display: block;
                width: 100%;
                height: 100px;
                border-radius: 3px 4px;
            }
            div.gallery-item h6
            {
                font-weight:normal;
                font-size:0.75em;
                text-align:center;
            }