#WG_reference_details .reference_name {
    font-size: 33px;
    line-height: 38px;
    color: #0093de;
    text-align: center;
    display: table;
    margin: 10px auto;
}
#WG_reference_details .reference_image {
    margin: 70px auto;
    display: table;
    max-width: 460px;
    max-height: 310px;
}
#WG_reference_details .reference_images_list {
    display: table;
    margin: 0 auto;
}
#WG_reference_details .thumb {
    width: 165px;
    height: 130px;
    line-height: 130px;
    float: left;
    text-align: center;
    margin: 0 15px 15px 15px;
    border: 2px solid #e57816;
    background: #FFF;
}
#WG_reference_details .thumb:hover {
    border: 2px solid #0093de;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
#WG_reference_details .thumb_img {
    margin: 0 auto;
    vertical-align: middle;
    display: inline-block;
    max-width: 155px;
    max-height: 110px;
}

