
@import url("http://www.adieff.com/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: 4px solid #FFFFFF;    
    border-radius: 4px;	
	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: #222222;background: rgb(255,255,255);
	  background: rgba(255,255,255, 0.8);}
.gg_gallery_wrap .gg_img .gg_main_overlay span {
	}


/* secondary overlay */
.gg_gallery_wrap .gg_img .gg_sec_overlay {
	display: none;    
     background-color: #555555;
	  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://www.adieff.com/wp-content/plugins/global-gallery/img/overlay_img/more_icon_w.png) no-repeat top left transparent;
}



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

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

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

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


