.right_column{
    display: none;
}
.left_column{
    float: none;
    width: auto;
}
.photo-school{
    color: #b7b7b7;
}
.photo-date{
    color: #626060;
    font-size: 11px;
    font-family: Arial, sans-serif;
    margin-top: 13px;
}
.photo-navigation{
    color: #b7b7b7;
    font-size: 13px;
    font-family: Arial, sans-serif;
    text-align: center;
}
.photo-navigation .wrap{
    position: relative;
}
.photo-navigation .prev, .photo-navigation .next{
    display: block;
    position: absolute;
    top: 4px;
    background: url(/images/icons.png) no-repeat;
    width: 12px;
    height: 9px;
}
.photo-navigation .prev{
    background-position: -37px -4px;
    cursor: pointer;
    left: -18px;
}
.photo-navigation .next{
    background-position: -49px -4px;
    cursor: pointer;
    right: -18px;
}

/*====================================================<ГАЛЕРЕЯ>=======================================================*/

.photo-gallery{
    margin-top: 16px;
}
.photo-gallery .wrap{
    overflow: hidden;
}
.photo-gallery .list{
    width: 8000px;
    position: relative;
}
.photo-gallery .item{
    float: left;
    margin-right: 9px;
}
.photo-gallery .item a{
    display: block;
    height: 90px;
    width: 130px;
    overflow: hidden;
    border: 1px solid transparent;
}
.photo-gallery .item a.active{
    border: 1px solid #1a7ba5;
    padding: 0;
}
.photo-gallery .item img{
    width: 130px;
}

/*===================================================</ГАЛЕРЕЯ>=======================================================*/

.photo-show{
    margin-top: 28px;
    text-align: center;
    position: relative;
}
.photo-style{
    color: #626060;
    margin: 12px 0 0 102px;
}
.photo-style a{
    margin-left: 8px;
    color: #1a7ba5;
}
.photo-text{
    margin-top: 26px;
}
.photo-show .loading{
    position: absolute;
    background: url(/images/loading.gif) no-repeat;
    width: 64px;
    height: 64px;
    top: 50%;
    margin-top: -32px;
    left: 50%;
    margin-left: -32px;
    display: none;
}
.photo-show .prev, .photo-show .next{
    width: 400px;
    height: 100%;
    position: absolute;
    top: 0;
    cursor: pointer;
    display: none;
}
.photo-show .prev{
    left: 103px;
    float: left;
}
.photo-show .prev:hover{
    background: url(/images/plugins/lightbox/prev.png) left 48% no-repeat;
}
.photo-show .next{
    right: 102px;
    float: right;
}
.photo-show .next:hover{
    background: url(/images/plugins/lightbox/next.png) right 48% no-repeat;
}