.photo-gallery {
    width: 710px;
    padding: 20px 0;
}

.photo-gallery * {
    margin: 0;
    padding: 0;
}

.photo-gallery .photo-image-wrapper {
    width: 100%;
    height: 487px;
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
}

.photo-gallery .photo-image-wrapper .photo-loader {
    position: absolute;
    z-index: 10;
    top: 48%;
    left: 48%;
}

.photo-gallery .photo-image-wrapper .photo-image {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 9;
}

.photo-gallery .photo-image-wrapper .photo-image a img {
    border: 0;
}

.photo-gallery .photo-nav {
    width: 710px;
    position: relative;
}

.photo-gallery .photo-back, .photo-gallery .photo-forward {
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
    z-index: 10;
    position: absolute;
    background: url(/images/icon/video-arrows.png) no-repeat;
    top: 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    
}

.photo-gallery .photo-back {
    left: -15px;
}

.photo-gallery .photo-forward {
    background-position: -30px 0;
    right: -15px;
}

.photo-gallery .photo-back:hover {
    background-position: 0 -30px;
}

.photo-gallery .photo-forward:hover {
    background-position: -30px -30px;
}

.photo-gallery .photo-next, .photo-gallery .photo-prev {
    width: 30px;
    cursor: pointer;
    display: block;
    z-index: 10;
    position: absolute;
}

.photo-gallery .photo-prev {
    left: -15px;
}

.photo-gallery .photo-next {
    right: -15px;
}

.photo-gallery .photo-next-image, .photo-gallery .photo-prev-image {
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
    z-index: 10;
    position: absolute;
    background: url(/images/icon/video-arrows.png) no-repeat;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;   
    top: 213px;
    
}

.photo-gallery .photo-next-image {
    background-position: -30px 0;
}

.photo-gallery .photo-next-image:hover {
    background-position: -30px -30px;
}

.photo-gallery .photo-prev-image:hover {
    background-position: 0 -30px;
}

.photo-gallery .photo-nav .photo-thumbs {
    overflow: hidden;
    width: 100%;
}

.photo-gallery .photo-thumbs .photo-thumb-list {
    float: left;
    width: 9000px;
    list-style: none;
}

.photo-gallery .photo-thumbs li {
    float: left;
    padding-right: 5px;
}

.photo-gallery .photo-thumbs li:last-child {
    padding-right: 0;
}

.photo-gallery .photo-thumbs li a {
    display: block;
}
.photo-gallery .photo-thumbs li a img {
    width: 97px;
}

.photo-preloads {
    position: absolute;
    left: -9000px;
    top: -9000px;
}

.photo-image-header {
    font: normal 22px/24px OpenSans Regular, sans-serif;
    border-bottom: 1px solid #d1181a;
    padding-bottom: 25px;
    margin: 0 0 15px 0;
}

.photo-gallery .photo-image-description {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    background: rgba(0,0,0,0.5);
    padding: 10px;
    width: 100%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}