.tabButtons {
    position: absolute;
    display: inline-block;
    height: 30px;
    width: auto;
    top: 13px;
    right: 3px;
    font-family: "Arial",sans-serif;
    font-size: 12px;
    font-weight: bold;
    color:white;
    z-index: 10;
}
.tabButtons .tabButton {
    float: left;
    width:186px;
    background-repeat: repeat-x;
    height: 25px;
    background-image: url("../images/skins/sprites/xd_share-area.png");
    background-position: 0px 0px;
    padding-top: 9px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.tabButton span {
    background-image: url("../images/skins/sprites/xd_share-area.png");
    background-repeat: no-repeat;
	padding:6px 6px 6px 34px;
}
.tabButton.share span {
    background-position: -5px -206px;
}
.tabButton.share.selected span {
    background-position: -5px -243px;
}
.tabButton.comments span {
    background-position: -5px -135px;
}
.tabButton.comments.selected span {
    background-position: -5px -170px;
}

.tabButton.first {
    background-position: 0px 0px;
}
.tabButton.first.selected {
    background-position: 0px -32px;
}

.tabButton.last {
    background-position: 0px -64px;
}
.tabButton.last.selected {
    background-position: 0px -96px;
}

/* removing this line keeps the tabs from shifting exactly one pixel as you tab between them. */
.tabButton.selected.last {
    /*margin-right: 0;*/
}
