#fader {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    cursor: pointer;
    background: #000 /*url('/images/ajax-loader.gif') no-repeat center 270px*/;
}

.gal_photos {
    margin: 20px 0 10px 0;
    height: 80px;
//    width: 650px;
    overflow: hidden;
}
.gal_photos img {
    float: left;
    border: 1px solid #838383; 
    margin: 0 9px 9px 0;
}

.i_down {
    padding-left: 16px;
    padding-bottom: 3px;
    margin-bottom: 3px;
    background: url('/images/gal/i_down.gif') no-repeat 0 2px;
}

.i_up {
    padding-left: 16px;
    padding-bottom: 3px;
    margin-bottom: 3px;
    background: url('/images/gal/i_up.gif') no-repeat 0 2px;
}

#gal {
    position: absolute;
    left: 50%;
    margin-left: -330px;
    top: 250px;
    width: 650px;
    height: auto!important;
    height: 300px;
    min-height: 300px;
    padding: 10px;
    background: #fff;
    z-index: 1000;
}

#gal .close {
    position: absolute;
    right: -9px;
    top: -9px;
    width: 34px;
    height: 34px;
    text-decoration: none;
    border: 0px none;
    background: url('/images/gal/gallery_close.png') no-repeat;
    z-index: 1001;
}

#gal .img {
    width: 650px;
    text-align: center;
    margin-bottom: 10px;
    background: #fff url('/images/gal/ajax-loader.gif') no-repeat center center;
    min-height: 300px;
}

#gal .img  img {
    display: block;
    margin: 0 auto 0 auto;
    background: #fff url('/images/gal/ajax-loader.gif') no-repeat center center;
}

#gal .prev, #gal .next, #gal .prev:hover, #gal .next:hover {
    position: absolute;
    top: 10px;
    height: 387px;
    width: 200px; 
    z-index: 1001;
    text-decoration: none;
    border: 0px none;
    font-size: 9px;
    color: #4c4c4c;
    padding-top: 65px;
} 

#gal .prev {
    left: 10px;
    text-align: left;
    padding-left: 7px;
    background: url('/images/gal/gallery_prev.gif') no-repeat left 55px;
}

#gal .next {
    right: 10px;
    text-align: right;
    padding-right: 7px;
    background: url('/images/gal/gallery_next.gif') no-repeat right 55px;
}

#gal .pager {
    float: left;
    width: 50px;
    font-size: 12px;
    text-align: center;
    line-height: 150%;
    color: #aaa;
}
