
@import url("//bluesr.com.au/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;    
    top: 0px;
		height: 100%;
		text-align: center;    
    opacity: 1 !important; filter: alpha(opacity=100);    
    color: #dcffdd;background: rgb(0, 110, 219);
	  background: rgba(0, 110, 219, 0.65);}
.gg_gallery_wrap .gg_img .gg_main_overlay span {
	display: block; padding-top: 20px;}


/* 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://bluesr.com.au/wp-content/plugins/global-gallery/img/overlay_img/more_icon_b.png) no-repeat top left transparent;
}
.gg_gallery_wrap div.gg_linked_img .gg_sec_overlay span {
	    background: url(http://bluesr.com.au/wp-content/plugins/global-gallery/img/overlay_img/link_icon_b.png) no-repeat top left transparent;
}
.gg_gallery_wrap div.gg_coll_img .gg_sec_overlay span {
	    background: url(http://bluesr.com.au/wp-content/plugins/global-gallery/img/overlay_img/coll_icon_b.png) no-repeat transparent;
    background-position: 3px 3px; 
}



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

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

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

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

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

