#gamesStreak
{
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 15px 15px 15px;
    position: relative;
}
#gamesStreak img
{
    cursor: crosshair;
}

#gamesStreak_GAMESHINT
{
    position: absolute;
    display: none;
    width: auto;
    height: auto;
    color: black;
    font-family: helvetica;
    font-size: 14px;
    padding: 10px;
    font-weight: normal;
    background-color: #FFFFE1;
    margin: 10px;
    text-align: right;
}
#gamesStreak_GAMESHINT a
{
    color: black;
}