.menu {
   padding-left: 1em;
}

.content {
   padding: 1em;
}

.menu a {
   margin-right: 2em;
}

.player {
   background: url(../images/player.gif) no-repeat;
   height: 500px;
   width: 560px;
}

.player .button {
   float:left;
   position:relative;
   height:40px;
   top:40px;
   left:245px; 
   cursor:pointer;
}

.player .prev {
   width:45px;
}

.player .stop {
   width:45px;
}

.player .play {
   width:45px;
}

.player .next {
   width:50px;
}

.playlist {
   padding:160px 100px 100px 100px;
}

.playlist ul {
   list-style-type:none;
   padding:0px;
   width:300px;
}

.playlist ul li {
   display:block;
   padding:0.25em 0.5em 0.25em 0.5em;
   border:none;
}

.playlist ul li a {
   display:block;
   text-decoration:none;
   font-weight:normal;
   font-size: 1.5em;
   color:#fff;
   position:relative;
}

.playlist ul li:hover {
}

.playlist ul li:hover a {
   color:#f00;
}
