.share {
    color: #DC523F;
    font-family: 'Coda',cursive;
    font-size: 20px;
    margin-top: -2px;
}
.share_button li {
    float: left;
    padding-right: 8px;
}
.share_button {
    float: left;
    margin: 0;
    padding: 2px 0 0 12px;
}
.li_fac {
    background: url("images/facebook.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    float: left;
    height: 24px;
    width: 24px;
}
.li_twt {
    background: url("images/twitter.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    float: left;
    height: 24px;
    width: 24px;
}
.li_gog {
    background: url("images/google.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    float: left;
    height: 24px;
    width: 24px;
}

.li_link {
    background: url("images/in.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    float: left;
    height: 24px;
    width: 24px;
}
.li_fac:hover {
    background: url("images/hover.png") no-repeat scroll left top rgba(0, 0, 0, 0);
}
.li_twt:hover {
    background: url("images/hover.png") no-repeat scroll -32px 0 rgba(0, 0, 0, 0);
}
.li_gog:hover {
    background: url("images/hover.png") no-repeat scroll -62px 0 rgba(0, 0, 0, 0);
}
.li_link:hover {
    background: url("images/hover.png") no-repeat scroll -93px 0 rgba(0, 0, 0, 0);
}
