#talent-content
{

}

.talent-box
{
    width: 225px;
    height: 300px;
    float: left;
    position: relative;
    cursor: pointer;
}

.talent-box:hover .photo
{
    margin-top: -2px;
    margin-left: -2px;
    margin-right: -2px;
    border-top: 2px solid #555;
    border-left: 2px solid #555;
    border-right: 2px solid #555;
}

.talent-box:hover .title
{
    margin-bottom: -2px;
    margin-left: -2px;
    margin-right: -2px;
    border-bottom: 2px solid #555;
    border-left: 2px solid #555;
    border-right: 2px solid #555;
}

.talent-box .photo
{
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 50px;
    background-color: #BBB;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.talent-box .title
{
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    height: 40px;
    background-color: #EFEFEF;
    line-height: 40px;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    /*text-transform: uppercase;*/
}

.talent-pic
{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    width: 200px;
    height: 300px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.info-title
{
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 18px;
}

.info-detail
{
    margin-bottom: 5px;
}

div.side
{
    width: 45%;
    float: left;
}