#su {
    float: left;
}

#stumble:hover {
    color: #93883F;
    background: url(../img/gatecreepers/su_s.png) no-repeat;
}
#stumble {
    width: 51px;
    height: 52px;
    margin-top: 1px;
    background: url(../img/gatecreepers/su.png) no-repeat;
}

#thumbit {
    width: 51px;
    height: 25px;
    margin-top: 3px;
    background: url(../img/gatecreepers/thumbs_up.png) no-repeat;
}
#thumbit:hover {
    width: 51px;
    height: 25px;
    margin-top: 3px;
    background: url(../img/gatecreepers/thumbs_up_s.png) no-repeat;
}
#thumbed {
    width: 51px;
    height: 25px;
    margin-top: 3px;
    background: url(../img/gatecreepers/thumbed_up.png) no-repeat;
}
.hiddenPic {
    display: none;
}

