#myGallery { width: 100%; height: 400px; /* Alto de todo el contenedor */ } #myGallery img { border: 2px solid #52697E; /* Borde de las imágenes */ } a.loading { background: url(http://2.bp.blogspot.com/_dsEG33PDaHw/TZUg9AbaMDI/AAAAAAAABQQ/fm_HIeX8MPg/ajax_small.gif) no-repeat center; } .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%; }