
@import url("//domainedesbarres.com/wordpress/wp-content/plugins/global-gallery/css/frontend.css");

.gg_gallery_wrap .gg_container {
	}


/* image border, radius and shadow */
.gg_gallery_wrap .gg_img {
	border: none    
    	
	}


/* main overlay */
.gg_gallery_wrap .gg_img .gg_main_overlay {
	display: none !important;    
    bottom: 0px;    
        
    color: ;background: #222;
	  }
.gg_gallery_wrap .gg_img .gg_main_overlay span {
	}


/* secondary overlay */
.gg_gallery_wrap .gg_img .gg_sec_overlay {
	display: none !important;    
     background-color: #eee;
	  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 div.gg_img .gg_sec_overlay span {
	    background: url(http://domainedesbarres.com/wordpress/wp-content/plugins/global-gallery/img/overlay_img/more_icon_d.png) no-repeat top left transparent;
}
.gg_gallery_wrap div.gg_linked_img .gg_sec_overlay span {
	    background: url(http://domainedesbarres.com/wordpress/wp-content/plugins/global-gallery/img/overlay_img/link_icon_d.png) no-repeat top left transparent;
}
.gg_gallery_wrap div.gg_coll_img .gg_sec_overlay span {
	    background: url(http://domainedesbarres.com/wordpress/wp-content/plugins/global-gallery/img/overlay_img/coll_icon_d.png) no-repeat transparent;
    background-position: 2px 3px; 
}




/* ************************************************** */

/* standard gallery images */
.gg_standard_gallery .gg_img {
	margin-right: 0px;
    margin-bottom: 0px;
}

/* masonry gallery images */
.gg_masonry_gallery .gg_img {
	    margin-left: px;
    margin-bottom: px;
}

/* photostring gallery images */
.gg_string_gallery .gg_img {
	margin-right: px;
    margin-bottom: px;
}

/* collection images */
.gg_collection_wrap .gg_coll_container .gg_img {
	margin-right: 0px;
    margin-left: 0px;
    margin-bottom: px;
}

