#listen-splash, #listen-content, #video-splash, #video-content, #press-content {display:none;}

#container {
  margin-right: auto;
  margin-left: auto;
}

#content div#listen-splash, #content div#listen-content {
  width: 580px;
  height: 586px;
  background-image: url(../images/frontcover.jpg);
}

#content div#video-splash {
  width: 580px;
  height: 586px;
  background-image: url(../images/videoStill.jpg);
}

#content div#video-content {
  width: 580px;
  height: 586px;
  margin-right: auto;
  margin-left: auto;
  vertical-align: middle;
  text-align: center;
}

#content div#press-content {
  width: 580px;
}

#listen-content div.track {
  width: 300px;
  background-color: FBCB2B;
  margin-left: 20px;
  margin-bottom: 5px;
}

#listen-content div.track span.title {
  display: block;
  float: left;
  color: #FFFFFF;
  font-weight: bold;
  width: 140px;
  margin-right: 10px;
}

#listen-content div.track span.control {
  display:block;
  float: left;
  width: 30px;
  margin-right: 10px;
  cursor: pointer;
}

#listen-content div.track span.play {color: #00FF00;}
#listen-content div.track span.stop {color: #FF0000;}

#listen-content a {
  margin-right: 10px;
}

#control div.button {
  width: 150px;
  height: 75px;
}

#control div.background {
  background-image: url(../images/background.png);
}

#control div.background-selected {
  background-image: url(../images/background-selected.png);
}

#control div.myspace {
  background-image: url(../images/myspace.png);
}

#control div.myspace:hover {
  background-image: url(../images/../images/myspace-selected.png);
}

#control div.video {
  background-image: url(../images/video.png);
}

#control div.video:hover {
  background-image: url(../images/video-selected.png);
}

#control div.videoSelected {
  background-image: url(../images/video-selected.png);
}

#control div.listen {
  background-image: url(../images/listen.png);
}

#control div.listen:hover {
  background-image: url(../images/listen-selected.png);
}

#control div.press {
  background-image: url(../images/press.png);
}

#control div.press:hover {
  background-image: url(../images/press-selected.png);
}
