.nuclear_social_links_widget {
    overflow: hidden;
    float: right;
}

.nuclear_social_links_widget li {
    float: left;
    list-style: none;
    padding: 10px 1px 5px 3px;
}

.nuclear_social_links_widget a {
    width: 32px;
    height: 32px;
    display: block;
}

.nuclear_social_links_widget a.facebook {
    background: transparent url('images/facebook.jpg') no-repeat;
}
.nuclear_social_links_widget a.google {
    background: transparent url('images/google.jpg') no-repeat;
}
.nuclear_social_links_widget a.pinterest {
    background: transparent url('images/pinterest.jpg') no-repeat;
}
.nuclear_social_links_widget a.rss {
    background: transparent url('images/rss_feed.jpg') no-repeat;
}
.nuclear_social_links_widget a.twitter {
    background: transparent url('images/twitter.jpg') no-repeat;
}
.nuclear_social_links_widget a.linkedin {
    background: transparent url('images/linkedin.png') no-repeat;
}