.tabButtons {
    position: absolute;
    display: inline-block;
    height: 30px;
    width: auto;
    top: 12px;
    right: 0;
    font-family: "Arial",sans-serif;
    font-size: 12px;
    font-weight: bold;
    color:white;
    z-index: 10;
}
.tabButtons .tabButton {
    float: left;
    margin-right: 1px;
    width:175px;
    background-repeat: repeat-x;
    height: 20px;
    background-image: url("../images/sprites/share-area.png");
    background-position: -10px -60px;
    padding-top: 8px;
    text-align: center;
    cursor: pointer;
}
.tabButton.comments {
}
.tabButton span {
    padding-left: 28px;
    background-image: url("../images/sprites/share-area.png");
    background-repeat: no-repeat;
}
.tabButton.share span {
    background-position: -10px -110px;
}
.tabButton.share.selected span {
    background-position: -10px -160px;
}
.tabButton.comments span {
    background-position: -10px -210px;
}
.tabButton.comments.selected span {
    background-position: -10px -260px;
}
.tabButton.selected {
    background-position: -10px -10px;
}
.tabButton.first {
    border-left: #cfcfcf solid 1px;
    -webkit-border-radius-left: 6px;
    -moz-border-radius-left: 6px;
    -o-border-radius-left: 6px;
    border-radius: 6px 0 0 6px;
    behavior: url('http://disney.go.com/disneychannelbeta/scripts/lib/pie/PIE.htc');
}

.tabButton.last {
    border-right: #cfcfcf solid 1px;
    -webkit-border-radius-right: 6px;
    -moz-border-radius-right: 6px;
    -o-border-radius-right: 6px;
    border-radius: 0 6px 6px 0;
    behavior: url('http://disney.go.com/disneychannelbeta/scripts/lib/pie/PIE.htc');
}

.tabButton.selected.last {
    margin-right: 0;
}
