﻿/* galery */
.gallery-hr {
    background-color: transparent;
    background-image: url("../images/system/hr.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: center;
    background-position-y: center;
    background-size: auto auto;
    width: 100%;
    min-width: 20px;
    height: 50px;
}

.gallery {
    text-align: left;
    min-width: 100px;
    margin: 5px 0;
    display: inline-block;
}

.gallery img {
    background-color: rgb(255, 255, 255);
    padding: 1px;
    box-shadow: 0 2px 4px rgba(150, 150, 150, 0.9);
}

.gallery img:hover {
    padding: 1px;
    box-shadow: 0 2px 4px rgba(100, 100, 100, 0.9);
}

.gallery a.lightbox {
    color: #0E3672;
    font-size: 15px;
    height: 100%;
    padding: 3px;
    margin: 3px;
    float: left;
}

.gallery a.lightbox img {
    background-color: rgb(255, 255, 255);
    padding: 1px;
    box-shadow: 0 2px 4px rgba(150, 150, 150, 0.9);
}

.gallery a.lightbox img:hover {
    padding: 1px;
    box-shadow: 0 2px 4px rgba(100, 100, 100, 0.9);
}

/* galery - end */