/* Gooey MP3 PLayer */
.gooey_mp3_player {
  position: relative; }
  .gooey_mp3_player .play {
    position: absolute;
    top: 3px;
    left: 19px; }
  .gooey_mp3_player .pause {
    position: absolute;
    top: 2px;
    left: 21px;
    display: none; }
  .gooey_mp3_player .slider_container {
    position: absolute;
    top: 1px;
    left: 51px;
    height: 25px;
    width: 150px; }
  .gooey_mp3_player .slider {
    position: absolute;
    top: 0px;
    left: 0px; }
  .gooey_mp3_player .prog {
    border: 1px solid #000;
    background-color: #000;
    margin-top: 8px;
    height: 10px;
    width: 1px; }

/* Gooey Highlights MP3 PLayer */
.gooey_hi_mp3_player {
  position: relative;
  top: -25px; }
  .gooey_hi_mp3_player .play {
    padding-left: 5px;
    position: relative;
    top: 7px; }

/* Other, non-player styles */
.mp3_name {
  font-weight: normal;
  margin-bottom: 0px;
  font-style: italic; }
