/*----------------------------------------------------------------------------------------------------*/
/*                                                                                                    */
/* Copyright (c) 2021 by color:gray. All Rights Reserved.    	                                      */
/*                                                                                                    */
/* CSS        : gallery-css                                                                           */
/*                                                                                                    */
/* Description: Rules for HenBev site galleries                                                       */
/*                                                                                                    */
/*----------------------------------------------------------------------------------------------------*/

/* Gallery home
---------------------------------*/
div#content_wrapper div#galTitle {
        color: #000;
        margin-top: 12px;
        padding: 2px 4px 4px 8px;
}

/* Gallery category
---------------------------------*/
div#content_wrapper ul.thumbsTable {
	text-align: center;
}
div#content_wrapper ul.thumbsTable li {
	display: inline-block;
    margin: 0 4px 12px 4px;
}
div#content_wrapper ul.thumbsTable li img {
    border: 1px solid #333;
}
div#content_wrapper div.title {
	margin: 0;
	font-weight: bold;
}