/* general */
.zoomContainer  { z-index: 2000 }
div#modal-window h1,
div#modal-window h2,
div#modal-window h4,
div#modal-window h5,
div#modal-window h6 { text-align: center; margin-bottom: 5px; }
html body { background: #555; }
.hide {
    position: absolute;
    top: -10000px;
}

/* overlay */
div#overlay {
    position: absolute;
    background: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=50);
    opacity: .5;
    z-index: 1000;
    cursor: pointer;
}

div#overlay.hide { display: none; }

/* modal window */
/* para que la ventana salga de la ziaquierda cambiar -webkit-transition: left y también left: -1000px*/
div#modal-window {
    font-family: Helvetica, Arial, sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1000;
    -webkit-transition: top .4s ease-in-out;
    -moz-transition: top .4s linear;
    -o-transition: top .4s linear;
    -ms-transition: top .4s linear;
    transition: top .4s linear;
    color: #333;
    background: rgba(255, 255, 255, 0);
    width: auto!important;
}

div#modal-window.hide { top: -1000px; display: block; }

div#modal-window .button {
    display: block;
    position: absolute;
    right: -10px;
    top: -10px;
    background: url(lupaThyssen_x.png) center;
    height: 40px;
    width: 40px;
    text-indent: -10000px;
    outline: none;
}

ul.image-gallery-list {
    list-style: none;
    margin: 0;
    padding: 0;
    clear: both;
    height: 30px;
}

ul.image-gallery-list li a {
    display: block;
    text-decoration: none;
    color: #333;
    background: #ddd;
    border-radius: 3px;
    text-shadow: 0 1px 0 #eee;
}

ul.image-gallery-list li a.active,
ul.image-gallery-list li a.active:hover {
    background: #999;
}

ul.image-gallery-list li a:hover {
    background: #eee;
}

ul.image-gallery-list li {
    float: left;
    width: 20px;
    height: 20px;
    margin: 2px;
    text-align: center;
    line-height: 20px;
}

a.close-button:hover {
    text-decoration: none;
    text-shadow: none;
}

.image-gallery-small-image {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .9);
    background: red;
    clear: both;
}

.image-gallery-description {
    box-shadow: 0 -1px 5px #000;
    position: absolute;
    margin-top: 1000000px;
    background: url(bg.png);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

.image-gallery-description p {
    padding: 10px; 
    margin: 0;
}

.image-gallery-wrap-image {
    position: relative;
    padding: 0;
    overflow: hidden;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .9);
}

.image-gallery-wrap-image.loading {
    
    background: url(loader.gif) center no-repeat;
    background-color: white;
}

.image-gallery-wrap-image.loading img {
    visibility: hidden;
}

/* boton ver ficha */
.ficha {
    background: url(ver_ficha.png) center no-repeat;
    display: block;
    width: 100px;
    height: 40px;
    position: absolute;
    top: -10px;
    right: 30px;
    text-indent: -10000px;
}
