.inline_player {
    position: relative;
    zoom: 1; /* IE 6 layout fix */
    white-space: nowrap;
}

.inline_player td {
    border: none;
    padding: 2px;
}

.inline_player .playbutton {
    background: url(../../img/playpause.gif);
    background-position: 50% 45px;
    width: 47px;
    height: 45px;
    cursor: pointer;
}
.inline_player .playbutton.playing {
    background-position: 50% 0px;
}
.inline_player .playbutton.busy {
    background-image: url(../../img/playerbusy.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.inline_player .embeddedplaybutton {
    background: url(../../img/embedplaypause.gif);
    background-position: 50% 30px;
    width: 31px;
    height: 30px;
    cursor: pointer;
}
.inline_player .embeddedplaybutton.busy {
    background-image: url(../../img/playerbusy_small.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.inline_player .embeddedplaybutton.playing {
    background-position: 50% 0px;
}
.inline_player .embeddedplaybutton.big {
    background-image: url(../../img/playpause.gif);
    background-position: 50% 45px;
}
.inline_player .embeddedplaybutton.big.playing {
    background-position: 50% 0px;
}
.inline_player .embeddedplaybutton.big.busy {
    background-image: url(../../img/playerbusy.gif);
    background-position: 50% 50%;
}

.inline_player .tinyplayer {
    background: url(../../img/shortembed.gif);
    background-position: 50% 23px;
    cursor: pointer;
}
.inline_player .tinyplayer.playing {
    background-position: 50% 0px;
}

.inline_player #infolink {
    display: block;
    position: absolute;
    left: 50%;
    width: 50%;
    height: 100%;
    top: 0px;
}


.inline_player .prevbutton {
    width: 17px;
    height: 11px;
    background: url(../../img/nextprev.gif);
    background-position: 0px 50%;
    cursor: pointer;
}

.inline_player .nextbutton {
    position: relative;
    width: 17px;
    height: 11px;
    background: url(../../img/nextprev.gif);
    background-position: 17px 50%;
    cursor: pointer;
}

.invertIconography .inline_player .prevbutton {
    background-image: url(../../img/nextprevinvert.gif);
}

.invertIconography .inline_player .nextbutton {
    background-image: url(../../img/nextprevinvert.gif);
}

.inline_player .track_info {
    position: relative;
    width: 284px;
    /* space between the play button and track info needs
     * to vary with font size or it starts to look weird
     * with large fonts: */
    margin-left: 0.3em;
    white-space: normal;
}

.inline_player .title {
}

.inline_player .message {
    text-align: right;
    color: red;
    position: absolute;
    width: 290px;
    left: 0px;
}

.inline_player .progbar_cell {
    position: relative;
}

.inline_player .progbar {
    position: relative;
    height: 12px;
    /* space between the play button and track info needs
     * to vary with font size or it starts to look weird
     * with large fonts: */
    margin-left: 0.3em;
}

.inline_player .thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 29px;
    height: 13px;
    overflow: hidden;  /* IE 6 fix */
    background: url(../../img/playbackhead.png);
    cursor: pointer;
}

.inline_player .progbar_empty {
    position: relative;
    top: 2px;
    width: auto;
    height: 7px;
    overflow: hidden;  /* IE 6 fix */
    border: 1px solid #d0d0d0;
}

.inline_player .progbar_fill {
    background: #e6e6e6;
    height: 100%;
    width: 0px;
}

.seekmask {
    position: absolute;
    background: black;
    z-index: 9998;
    opacity: 0.5;
}
.seektext {
    position: absolute;
    font-size: 10em;
    font-family: arial,helvetica,clean,sans-serif;
    text-align: center;
    opacity: 1.0;
    z-index: 9999;
    color: #ffff55;
}