.b-gallery {
    width: 650px;
    border-radius: 5px;
    background: #fff
    }
    .b-gallery h2 {
        font-size: 22px;
        line-height: 28px;
        font-weight: bold
        }
.b-gallery_p {
    padding: 9px
    }

.b-gal_str {
    float: left;
    margin: 25px 0 0 10px
    }
.b-gal_str_l,
.b-gal_str_r {
    -webkit-transition: opacity linear .2s;
       -moz-transition: opacity linear .2s;
         -o-transition: opacity linear .2s;
            transition: opacity linear .2s;
    display: block;
    float: left;
    height: 13px;
    width: 22px;
    overflow: hidden;
    border-radius: 2px;
    opacity: .8;
    background: url(../../img/project.png)
    }
.b-gal_str_l {
    margin-right: 3px;
    background-position: left -547px
    }
    .b-gal_str_l:active {
        background-position: -44px -547px
        }
    .b-gal_str_l:hover {
        opacity: 1
        }
.b-gal_str_r {
    background-position: -22px -547px
    }
    .b-gal_str_r:active {
        background-position: -66px -547px
        }
    .b-gal_str_r:hover {
        opacity: 1
        }
.b-gal_prev_blocks {
    float: left;
    width: 565px;
    overflow: hidden
    }
.b-gal_prev_b {
    -webkit-transition: background-color linear .2s;
       -moz-transition: background-color linear .2s;
         -o-transition: background-color linear .2s;
            transition: background-color linear .2s;
    float: left;
    margin-left: 5px;
    /* fixed some stuff for afisha */
    /*
      padding:5px;
      */
    padding: 4px;
    border: 1px solid #111;
    border-radius: 5px;
    background-color: transparent
    }
    .b-gal_prev_b:hover {
        background-color: #111
        }
    .b-gal_prev_b img {
        display: block;
        width: 80px;
        height: 60px
        }
    .b-gal_prev_b a {
        float: left
        }
    .b-gal_prev_b span {
        display: none
        }
    .b-gal_prev_b_cur {
        border-radius: 5px;
        background: #111
        }
        .b-gal_prev_b_cur .crn,
        .b-gal_prev_b:hover .crn {
            background: #111 !important;
            }
        .b-gal_prev_b_cur span {
            position: absolute;
            display: block;
            left: 0;
            top: 0;
            width: 80px;
            height: 39px;
            padding-top: 24px;
            z-index: 2;
            cursor: default;
            text-align: center;
            font-size: 11px;
            color: #333
            }
        .b-gal_prev_b_cur img {
            opacity: .2;
            filter: alpha(opacity=20)
            }
.b-gal_prev_b_bg {
    width: 80px;
    height: 60px;
    background: #fff
    }
.b-gal_prev_b_f {
    margin-left: 0
    }

.b-gallery_review {
    position: relative
    }
    .b-gallery_review table {
        margin: 0 auto;
        border: 3px solid #444
        }
.b-gallery_bigstr_l,
.b-gallery_bigstr_r {
    -webkit-transition: all linear .2s;
       -moz-transition: all linear .2s;
         -o-transition: all linear .2s;
            transition: all linear .2s;
    position: absolute;
    display: block;
    top: 50%;
    width: 39px;
    height: 64px;
    margin-top: -32px;
    opacity: .8
    }
.b-gallery_bigstr_l {
    background: url('../../img/arrow_left.png') no-repeat top left;
    left: 0
    }
.b-gallery_bigstr_r {
    background: url('../../img/arrow_right.png') no-repeat top left;
    right: 0
    }
.b-gallery_review_a_l:hover + table .b-gallery_bigstr_l,
.b-gallery_review_a_r:hover + table .b-gallery_bigstr_r {
    opacity: 1
    }
.b-gallery_review_big_img {
    position: relative
    }
.b-gallery_review_a_l,
.b-gallery_review_a_r {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 10;
    background: url(http://bm.img.com.ua/spacer.gif)
    }
.b-gallery_review_a_l {
    left: 0
    }
.b-gallery_review_a_r {
    right: 0
    }
.b-gallery_hr {
    clear: both;
    height: 1px;
    overflow: hidden;
    background: #eee;
    font-size: 0px
    }
.b-gallery_tags {
    margin-top: 23px
    }
.b-gal_description p {
    margin: 0 0 15px
    }
.b-gal_title {
    font-size: 11px
    }
.b-gal_title_special {
    font-size: 12px;
    font-weight: bold
    }
.b-gal_description blockquote {
    clear: both;
    min-height: 30px;
    margin: 0 0 21px 0;
    padding: 0 0 0 38px;
    background: url(../../img/bqotes.gif) no-repeat;
    color: #c43c00
    }
/*b-gallery popup*/
.b-gallery_popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .2;
    filter: alpha(opacity=20);
    z-index: 1;
    background-color: #000
    }
/*end b-gallery popup*/