div#divLoadingStatus, div#divPlayingProgress {
    height: 8px;
    width: 200px;
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;

}

div#divPlayingProgress {
    background-image: url( loading_pink.gif );
    background-position: -400px 0;
}

div#divLoadingStatus {
    background-image: url( loading_blue.gif );
    background-position: -200px 0;
    border: 1px solid #000;
}

div#divTimeElapsed {
    font-size: 90%;
    font-family: sans-serif;
    color: #600;
}

div#divTimeRemaining {
    font-size: 90%;
    font-family: sans-serif;
    color: #600;
}
     td#frogPlayerEyeContainer {
            height: 54px;
            width: 107px;
            background-repeat: no-repeat;
            cursor: pointer;
            background-image: url( FROGeyes_normal.gif );
            background-position: 0 0;
        }

        td#frogPlayerBodyContainer {
            height: 67px;
            width: 107px;
            background-repeat: no-repeat;
            cursor: pointer;
            background-image: url( FROGmouth_play.gif );
            background-position: 0 0;
        }
        span#frogPlayerTongueContainer {
            height: 121px;
            width: 228px;
            background-repeat: no-repeat;
            cursor: pointer;
            background-image: url( FROGtongue_alone.gif );
            background-position: -228px 0px;
            display: block;
        }

td#frogPlayerWaveformContainer {
            height: 121px;
            width: 228px;
background-repeat: no-repeat;
background-position: 0 41px;
}
        span#frogPlayerFlyContainer {
/*            height: 121px;
            width: 228px;
            */
            background-repeat: no-repeat;
            cursor: pointer;
            background-image: url( FROG_fly.gif );
            background-position: -228px 0px;
            display: block;
        }

        table#frogPlayer td {

           /* border: 1px solid black; */

            padding: 0px;
            margin: 0px;
        }
        
        
span.FP_trackHandle_stateplay {
    background-image: url(songplayhandle_pause_small.gif);
    background-repeat: no-repeat;
}
span.FP_trackHandle_statepause,
span.FP_trackHandle_statestop {
    background-image: url(songplayhandle_play_small.gif);
    background-repeat: no-repeat;
}
span.FP_trackHandle {
    display: block; float: left;
            cursor: pointer;
    width: 14px;
    height: 14px;
    padding: 2px 5px 2px 2px;

     /* Disallow selection, to prevent double-click errors */    
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit browsers */

}

