.jsEnabled #latest_jobs .marquee {
    position: relative;
    overflow: hidden;
}

.jsEnabled #latest_jobs .marquee ul { position: absolute; }

/* User profiles */

#profiles {
    overflow: hidden;
    margin: 1em 0;
}

#selected-content {
    clear: both;
    min-height: 44em;
}

#profiles img {
    float: left;
    margin: 0 12px 12px 0;
}

#profiles li {
    list-style: none;
    margin-bottom: 2em;
    width: 33.3%;
}

.jsEnabled #profiles .content { display: none; }

.jsEnabled #profiles { width: 100%; }

.jsEnabled #profiles img {
    float: none;
    margin: 0;
}

.jsEnabled #profiles li {
    border: 2px solid white;
    float: left;
    height: 133px;
    margin: 0 8px 13px 0;
    padding: 0;
    width: 100px;
}

.jsEnabled #profiles li:hover { border-color: black; }

.jsEnabled #profiles li.active_profile, .jsEnabled #profiles li.active_profile:hover { border-color: #DE0079; }

.jsEnabled #profiles img { margin: 0; }

