.spacegallery {
	position: relative;
	overflow: hidden;
}
.spacegallery img {
	position: absolute;
	left: 50%;
}
.spacegallery a {
	position: absolute;
	z-index: 1000;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(blank-1.gif);
}
#myGallery {
	width: 100%;
	height: 312px;
}
#myGallery img {
	border: 4px solid #3E7B40;
}
a.loading {
	background: #fff url(ajax_small.gif) no-repeat center;
}

@media only screen and (max-width: 768px) {
    #myGallery {
            height: 250px;
    }
}

/* mobile landscape */
@media screen and (max-width: 480px) {
    #myGallery {
            height: 230px;
    }
    #myGallery img {
            border: none;
    }
}

/* mobile portrait */
@media screen and (max-width: 320px) {
    #myGallery {
            height: 230px;
    }
    #myGallery img {
            border: none;
    }
}

