﻿.whatsNew {
}

.performerList ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.performerList li
{
    width: 500px;
    height: 175px;
    float: left;
    cursor: pointer;
}

.performerThumb
{
    width: 130px;
    float: left;
}

.performerShortDesc
{
    width: 350px;
    float: right;
    line-height: 20px;
    font-size: 15px;
}

    .performerShortDesc a
    {
        line-height: 35px;
    }