.HomepageTableColumn2 {
    width: 560px;
    height: 75px;
    background: url( ../images/imagesBG.png ) no-repeat bottom left;
}

.fisheye {
    text-align: center;
    height: 75px;
    position: relative;
    margin-left: 20px;;
}

a.fisheyeItem {
    text-align: center;
    color: #00264D;
    font-weight: bold;
    text-decoration: none;
    position: absolute;
    display: block;
    top: 0;
    font-size: 12px;
    font-family: Arial;
}

.fisheyeItem img {
    border: 3px solid white;
    margin: 5px auto 0 auto;
    width: 49%;
}

.fisheyeItem span {
    display: none;
    positon: absolute;
    font-weight: normal;
    font-size: 12px;
}

.gamesLink {
    text-decoration: none;
    cursor: pointer;
}

.shortcutLabel {
    font-family: Verdana;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    position: absolute;
    right: 30px;
    top: 40px;
    color: #0b3a4f;
}