
a.buttonTracklist {
  background: url(../images/button.gif) no-repeat;
  display: block;
  font-size: 12px;
  height: 24px;
  margin:0 0 0 0px;
  padding-top:2px;
  text-decoration: none;
  text-align: center;
  width: 185px;
}

a.buttonTracklist:hover {
  background: url(../images/button_hover.gif) no-repeat;
  color: #336699;
  text-decoration: none;
}

.tracklistText {
  text-align: left;
  margin-left: 5px;
}

.tracklistPreview, .tracklistPreviewBottom, .tracklistPreviewTop {
  width: 191px;
  padding-left: 0px;
  padding-right: 0px;
}

.tracklistPreview {
  background-image: url("../images/tracklistPreview.png");
  background-repeat: repeat-y;
}

.tracklistPreviewBottom {
  background-image: url("../images/tracklistPreview_bottom.png");
  background-repeat: no-repeat;
}

.tracklistPreviewTop  {
  background-image: url("../images/tracklistPreview_top.png");
  background-repeat: no-repeat;
}

.tracklistCenter  {
    margin: auto;
    width: 180px;
}

