#nowplaying {
  border:solid 1px #000;
  width:auto;
  height: 148px;
  top:96px;
}

#nowplaying span {
  font: Arial;
  font-size: 11px;
  color: #fff;
  background: #000;
  padding: 0px 12px 1px;
  -moz-border-radius-bottomright:4px;

}

#nowplaying .cover {
  background:transparent url(http://stat.getjuke.com/drupal/themes/getjuke/images/line_grey.gif) repeat scroll 0 0;
  height:76px;
  width:76px;
  margin: 7px;
  float:left;
}

#nowplaying .creator {
}

#jukemanager {
  background-color: #000;
}

#jukemanager .navigation {

}

#jukemanager ul {
  list-style-image:none;
  list-style-position:outside;
  margin:0;
  padding:0;
}

#jukemanager li {
  padding: 0;
  float:left;
  list-style-type:none;
  cursor:pointer;
}

#jukes {
  position: relative;
  border: 0px solid #000;
}

#scrollup {
   position: relative;
   left: 0px;
 }


