.opaco {
    width: 100%;
    height: 100%;
    position: absolute;
    background: black;
    z-index: 99;
    border-radius: 7px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";/* IE8 */
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20); /* IE5+ */
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
    display: none;
}

.opaco-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 55px;
    height: 55px;
    z-index: 100;
    display: none;
    margin-left: -27px;
    margin-top: -27px;
}

.responce {
    display: none;
}

.responce table td {
    padding: 3px 5px;
}

.responce-error {
    display: none;
}

.responce-error ul {
    padding-left: 10px;
    padding-top: 5px;
}

.responce-error ul li {
    padding: 3px 0 0 0;
    color: red;
    font-weight: bold;
    list-style-type: disc;
}

#gallery img {
    margin: 6px !important;
}

#gallery .preloader {
    display: none;
    margin-top: 15px;
}