#photos_modal {
    width: 700px;
}
.photos_carousel {
    display: block;
    height: 446px;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.photos_wrapper {
    position: relative;
}

.photos_carousel ul {
    list-style-type: none;
    z-index: 2;
    height: 416px;
    margin: 0 0 10px;
    padding: 0;
    overflow: hidden;
}
.photo_item {
    display: block;
    width: 100%;
    z-index: 1;
}

.photo_thumb, .picture_box {
    display: block;
    position: relative;
    z-index: 1;
    height: 100%;
}
.photo_thumb {
    height: 416px;;
}
.photo_thumb img, .picture_box img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.photos_nav a {
    font-size: 12px;
/*    padding: 0 4px;*/
    margin: 2px;
    padding: 0 1px;
}
.photos_nav a.active {
    border: 1px solid #333;
}
.photos_nav a, a.active, a:hover {
    text-decoration: none;
}

.photos_carousel .next {
    right: 0;
}
.photos_carousel .prev {
    left: 0;
}
.photos_carousel .prev, .photos_carousel .next{
    bottom: 0;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    width: 150px;
    z-index: 3;
}

.photos_carousel .arrow {
    opacity: 0.8;
    display :block;
    position: absolute;
    top:0;left:0;bottom:0;right:0;background-repeat:no-repeat}

.photos_carousel .next .arrow, .photos_carousel .prev .arrow{
    background-position: 62px center
}


.photos_carousel .rect {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.photos_carousel .prev.inactive, .photos_carousel .next.inactive {
    display: none;
}


.modal .basic_info {
    margin: 0 0 10px 0;
    width: 100%;
}
.details_column.left {
    width: 260px;
}
.details_column {
    float: left;
    margin: 0 10px;
    line-height: 20px;
    max-width: 380px;
    max-height: 200px;
    overflow: hidden;;
}


.inline_helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.hidden {
    display: none;
}
