
/* ASIDE GALLERY
/* ------------------------------------------------ */

.aside-gallery {
    overflow: hidden;
    width: 318px;
    }

.aside-gallery .image,
.aside-gallery .image img {
    height: 318px;
    width: 318px;
    }

.aside-gallery .thumbs {
    margin: 3px -3px 0;
    overflow: hidden;
    width: 324px;
    }

.aside-gallery .zoom,
.aside-gallery .item,
.aside-gallery .item img {
    height: 75px;
    width: 75px;
    }

.aside-gallery .item {
    background: #000;
    float: left;
    margin: 3px;
    position: relative;
    }

.aside-gallery .item:hover img {
    filter: alpha(opacity=30);
    opacity: 0.3;
    }

.aside-gallery .zoom {
    background: url("../img/zoom.png") no-repeat center;
    display: none;
    position: absolute;
    top: 0; left: 0;
    }

.aside-gallery .item:hover .zoom {
    display: block;
    }

/* BOTTOM GALLERY
/* ------------------------------------------------ */

.bottom-gallery {
    margin: 22px -11px -11px;
    overflow: hidden;
    }

.bottom-gallery .item {
    float: left;
    margin: 11px;
    }

.bottom-gallery .item a {
    color: #333;
    display: block;
    text-decoration: none;
    }

.bottom-gallery .image,
.bottom-gallery .title {
    background: #F2F2F2;
    display: block;
    }

.bottom-gallery .title {
    margin-top: 22px;
    padding: 15px;
    }

.bottom-gallery a:hover .image,
.bottom-gallery a:hover .title {
    background: #FFEC00;
    text-decoration: none;
    }

.bottom-gallery a:hover img {
    filter: alpha(opacity=50);
    opacity: 0.5;
    }

/* GALLERY 3
/* ------------------------------------------------ */

.gallery-3        { width: 846px; }
.gallery-3 .item  { width: 260px; }
.gallery-3 img    { height: 260px; width: 260px; }

/* GALLERY 4
/* ------------------------------------------------ */

.gallery-4        { width: 1188px; }
.gallery-4 .item  { width: 275px; }
.gallery-4 img    { height: 275px; width: 275px; }

.loader {
    background: no-repeat 10px center;
    background-image: url(../img/loader.gif);
    line-height: 24px;
    padding-left: 45px;
    clear: both;
    }