
* {
    margin: 0;
    padding: 0;
}
header h2 {
    font-size: 22px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    width: 80%;
}
.example {
    margin: 50px auto 0;
    width: 400px;
}
.player {
margin: auto;
  position: relative;
  text-align: right;
  z-index: 2;
  top: 20px;
}
.title, .artist {
    -moz-user-select: none;
    font-family: 'Yanone Kaffeesatz',sans-serif;
    left: 10px;
}
.title {
    background: none repeat scroll 0 0 #1D1D1D;
    color: #ffffff;
    font-size: 13px;
    top: 3px;
	padding: 4px;
    font-family: Lato;
}
.artist {
    color: #eeeeee;
    font-size: 12px;
    top: 40px;
}
.pl {
    cursor: pointer;
    height: 34px;
    left: 270px;
    position: absolute;
    top: 20px;
    width: 32px;
}
.pl:hover {
    top: 21px;
}
.cover {
    background: url("../data/cover1.jpg") no-repeat scroll center top transparent;
    border-radius: 5px;
    height: 94px;
    left: 20px;
    position: absolute;
    top: 20px;
    width: 94px;
}
.controls {
    cursor: pointer;
    height: 23px;
    margin: 5px auto auto;
    text-align: center;
    width: 138px;
}
.controls .play, .controls .pause, .controls .rew, .controls .fwd {
    background: url("../images/spr.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 100%;
    width: 33%;
}
.controls .play {
    background-position: -8px -171px;
}
.controls .pause {
    background-position: -8px -198px;
    display: none;
}
.controls .rew {
    background-position: -54px -171px;
}
.controls .fwd {
    background-position: -99px -171px;
}
.controls .play:hover {
}
.controls .pause:hover {
}
.controls .rew:hover {
}
.controls .fwd:hover {
}
.hidden {
    display: none;
}
.controls .visible {
    display: block;
}
.volume {
    height: 11px;
    left: 145px;
    position: absolute;
    top: 70px;
    width: 112px;
}
.tracker {
    height: 15px;
    left: 6px;
    position: absolute;
    top: 93px;
    width: 285px;
}
.ui-slider-range {
    background: url("../images/spr.png") no-repeat scroll 5px -222px transparent;
    height: 100%;
    position: absolute;
    top: 0;
}
.ui-slider-handle {
    cursor: pointer;
    height: 10px;
    margin-left: -5px;
    position: absolute;
    top: 2px;
    width: 10px;
    z-index: 2;
}
.volume .ui-slider-handle {
    background: url("../images/spr.png") no-repeat scroll -201px -188px rgba(0, 0, 0, 0);
    height: 13px;
    width: 13px;
}
.playlist {
    background-color: #333333;
    border-radius: 5px;
    list-style-type: none;
    margin: -10px 0 0 2px;
    padding-bottom: 10px;
    padding-top: 15px;
    position: relative;
    width: 326px;
    z-index: 1;
}
.playlist li {
    color: #eeeeee;
    cursor: pointer;
    margin: 0 0 5px 15px;
}
.playlist li.active {
    font-weight: bold;
}
.rew, .fwd, .play, .pause {
    cursor: pointer;
    display: inline;
    padding: 3px;
}