.gui {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    height: 150px;
    width: 150px;
    position: relative;
    text-decoration: none;
}

.gui a {
    height: 150px;
    width: 150px;
    display: block;
    border: 1px solid #000;
    text-decoration: none;
}
.gui a:hover span {
    background-color: black;
}
.gui span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    overflow: hidden;
    white-space: nowrap;
    padding: 2px;
    right: 0;
    color: #fff;
    text-align: center;
}

.center
{
    text-align: center;
}

.leaderboard {
    width: 728px;
    height: 90px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.fullsizebanner {
    width: 728px;
    height: 90px;
    margin: 0 auto;
    margin-bottom: 20px;
}

@media (max-width: 1010px)
{
    .hidden-desktop-large
    {
        display: none;
    }
}

.addthis_button_facebook_like iframe {
    width: 110px !important;
}