body.photogallery.main #container {
    background: transparent url('/static/gallery/images/content_bg.png') 0 0 no-repeat;
}
body.photogallery.detail #container {
    background: transparent url('/static/gallery/images/detail_content_bg.png') 0 0 no-repeat;
}
#container h2.title {
    margin: 0;
    padding: 21px 0 39px 230px;
    line-height: 26px;
    text-transform:uppercase;
    font-size: 18px;
}
body.photogallery.main #content {
    padding-top:100px;
    margin:0 10px 0 88px;
}
#content {
    padding-top:20px;
    margin:0 10px 0 88px;
}
.gallery_block {
    float:left;
    margin-right:62px;
    padding:6px 7px 10px 8px;
    width: 250px;
    height: 275px;
}
.gallery_block.a {
    background: transparent url('/static/gallery/images/block_bg.png') 0 0 no-repeat;
}
.gallery_block.b {
    background: transparent url('/static/gallery/images/block_bg2.png') 0 0 no-repeat;
}
.gallery_block.a:hover {
    background: transparent url('/static/gallery/images/block_bg_on.png') 0 0 no-repeat;
}
.gallery_block.b:hover {
    background: transparent url('/static/gallery/images/block_bg2_on.png') 0 0 no-repeat;
}
.gallery_block ul {
    list-style-type: none;
    padding: 0;
    margin:13px 0 0;
}
.gallery_block ul a {
    text-decoration: underline;
}

.gallery_list {
    margin-top: 10px;
}
.gallery_list .title {
    font-weight: bold;
    font-size: 14px;
}
.gallery_list .title a {
    color: #000000;
}
.gallery_list .count {
    color: #a6be0f;
}



#photo_list .fullsize, #photo_list .display {
    display: none;
}

#photo_list {
    clear: both;
    margin:10px 0 20px 35px;
}
#photo_list a {
    outline: none;
}

#photo_list li a {
    display:block;
    height:63px;
    width:113px;
    text-align: center;
    background: white;
}

#photo_list div {
    float: left;
}

#photo_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#photo_list li {
    float: left;
    width: 128px;
    height: 67px;
}

#photo_list .container {
    width: 764px;
    height: 73px;
    overflow: hidden;
    margin:0 0 0 10px;
}

#photo_container {
    width: 770px;
    height:500px;
    /*margin:16px 0 0 64px;*/
    padding:2px 0 0 64px;
}

#photo_container .info {
    height:20px;
    margin:28px 0 0 20px;
    overflow:hidden;
}
#photo_container .info .title, #video_container .info .title {
    float: left;
    font-weight: bold;
    padding-right: 10px;
    font-size: 14px;
    line-height: 18px;
    vertical-align: bottom;
}
#photo_container .info .description {
    vertical-align: bottom;
    line-height: 18px;
}

#photo_container .info .zoomer {
    float: right;
}
#photo_container .info .zoomer a {
    padding-left: 16px;
    background: url('/static/gallery/images/zoom.png') center left no-repeat;
}

#photo_container .display {
    width: 770px;
    height: 445px;
}
.carousel_list div.left, .carousel_list div.right {
    padding-top:23px;
}
.carousel_list li a {
    border:3px solid transparent; 
}
