
@import url("http://timmerman.inbraakschade.eu/wp-content/plugins/global-gallery/css/frontend.css");

.gg_gallery_wrap .gg_container {
	padding: 3px;}


/* image border, radius and shadow */
.gg_gallery_wrap .gg_img {
	border: none    
    	
	box-shadow: 0px 0px 2px rgba(25,25,25,0.6);}


/* main overlay */
.gg_gallery_wrap .gg_img .gg_main_overlay {
	display: none;    
    bottom: 0px;    
        
    color: #ffffff;background: rgb(0, 0, 0);
	  background: rgba(0, 0, 0, 0.9);}
.gg_gallery_wrap .gg_img .gg_main_overlay span {
	}


/* secondary overlay */
.gg_gallery_wrap .gg_img .gg_sec_overlay {
	display: none;    
     background-color: #bbbbbb;
	  left: -140px; top: -140px;}
.gg_gallery_wrap .gg_img:hover .gg_sec_overlay {
	left: -80px; top: -80px;}
.gg_gallery_wrap .gg_img:hover .gg_sec_overlay span,
.gg_gallery_wrap .gg_img.gg_touch_on .gg_sec_overlay span {
	bottom: 51px; right: 5px; 
}
.gg_gallery_wrap .gg_img .gg_sec_overlay span {
	    background: url(http://timmerman.inbraakschade.eu/wp-content/plugins/global-gallery/img/overlay_img/more_icon_d.png) no-repeat top left transparent;
}



/* ************************************************** */

/* standard gallery images */
.gg_standard_gallery .gg_img {
	margin-right: 3px;
    margin-bottom: 2px;
}

/* masonry gallery images */
.gg_masonry_gallery .gg_img {
	    margin-left: 6px;
    margin-bottom: 6px;
}

/* photostring gallery images */
.gg_string_gallery .gg_img {
	margin-right: 7px;
    margin-bottom: 7px;
}


