
@import url("http://localhost:8888/djgnew/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: 5px solid #000000;    
    	
	box-shadow: 0px 0px 2px rgba(25,25,25,0.6);}


/* main overlay */
.gg_gallery_wrap .gg_img .gg_main_overlay {
	display: none !important;    
    bottom: 0px;    
        
    color: #ffffff;background: rgb(0, 0, 0);
	  background: rgba(0, 0, 0, 0.7);}
.gg_gallery_wrap .gg_img .gg_main_overlay span {
	}


/* secondary overlay */
.gg_gallery_wrap .gg_img .gg_sec_overlay {
	display: none !important;    
     background-color: #bbbbbb;
	  right: -140px; top: -140px;}
.gg_gallery_wrap .gg_img:hover .gg_sec_overlay {
	right: -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: 5px; right: 51px; 
}
.gg_gallery_wrap div.gg_img .gg_sec_overlay span {
	    background: url(http://localhost:8888/djgnew/wp-content/plugins/global-gallery/img/overlay_img/more_icon_d.png) no-repeat top left transparent;
}
.gg_gallery_wrap a.gg_img .gg_sec_overlay span {
	    background: url(http://localhost:8888/djgnew/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://localhost:8888/djgnew/wp-content/plugins/global-gallery/img/overlay_img/coll_icon_d.png) no-repeat transparent;
    background-position: 2px 3px; 
}


.gg_galleria_slider_wrap .galleria-gg-info-link, .gg_galleria_slider_wrap .galleria-info-text{display: none !important;};
/* ************************************************** */

/* 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: 7px;
    margin-left: 8px;
    margin-bottom: 15px;
}

