
#gallery-list {
    width: 904px;
}
.subsite-list-item.gallery {
    /*width: 425px !important;*/
}
#gallery-list h2 {
   /*font-size: 120%;
    font-weight: bold;
    margin: 2px 2px 10px;
    padding: 2px; */
}
#gallery-list .desc {
    margin-top: 5px;
}
#gallery-list .title {
    border-bottom: 1px solid #5F5959;
    font-weight: bold;
    width: 100%;
}
#gallery-list .counter {
    font-weight: bold;
    margin-top: 10px;
    width: 115px;
}
#gallery-list #left {
    float: left;
    text-align: center;
    width: 440px;
}
#gallery-list #left .counter {
    clear: left;
    float: left;
}
#gallery-list #left .title {
    text-align: left;
}
#gallery-list #left .photo {
    float: left;
    margin-right: 15px;
}
#gallery-list #left .desc {
    text-align: left;
}
embed {
    border: 1px solid #5F5959;
}
#gallery-list #right {
    border: 0 none !important;
    float: right;
    text-align: center;
    width: 440px;
}
#gallery-list #right .counter {
    clear: right;
    float: right;
}
#gallery-list #right .title {
    text-align: right;
}
#gallery-list #right .photo {
    float: right;
    margin-left: 15px;
}
#gallery-list #right .desc {
    text-align: right;
}
#gallery-list .photo img {
    border: 1px solid #5F5959;
    
}
#subsite .gal-more-desc {
    border-bottom: 1px solid #5F5959;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-align: justify;
}
#subsite .gal-more-photos {
    text-align: center;
}
#subsite .gal-more-photos div.box {
    background-color: #000000;
    border: 2px solid #5F5959;
    float: left;
    margin: 4px;
    padding: 2px;
    width: 135px;
}
#subsite .gal-more-videos {
    margin: 0 auto;
    text-align: center;
}
#subsite .gal-more-videos .item {
    margin: 15px;
}
