﻿/** This style will be present at every image gallery, regardless of the plugin used **/

.image-gallery {
	
	
}
.image-gallery ul {
    list-style: none;
    margin:0;
}
.image-gallery ul li { display: inline;background-color: #000000;
    float: left;
    margin: 0 18px 33px 0;
    padding: 5px 5px 2px 5px;
    width: 92px; }
.image-gallery ul img {
	
}
.image-gallery ul a:hover img {
	
}
.image-gallery ul a:hover { color: #fff; }
.widget-image-gallery-widget h1 { color: #000000;
    font-size: 24px;
    margin:16px 0;}