body.player-13.player-position-top {
    padding-top: 46px !important;
}
body.player-13.player-position-bottom #wrapper {
    padding-bottom: 176px !important;
}
body.player-13.player-position-bottom #footer {
    bottom: 46px !important;
}
#nprogress .spinner {
    height: 40px;
    width: 40px;
    line-height: 40px;
}
#nprogress .spinner-icon {
    margin: 11px auto 0 auto;
}
.rf-player.player-13 {
    height: 40px;
}
.rf-player.player-13,
.rf-player .mobile-apps-store {
    background: #e8e8e8;
}
.rf-player.player-13 .rf-padding-control {
    padding-left: 135px;
}
.rf-player.player-13 .rf-playing-now {
    color: #858185;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
}
.rf-player.player-13 .rf-twitter {
    left: 105px;
    top: 10px;
}
.rf-player.player-13 .rf-facebook {
    left: 79px;
    top: 10px;
}
.rf-player.player-13 .rf-player-container {
    width: 71px;
    height: 40px;
}
.rf-player.player-13.center-controls .rf-player-container {
    margin-left: -35px;
}
.rf-player.player-13 .rf-player-container .rf-player-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 71px;
    z-index: 0;
    background-image: url("img/background.png");
}

.rf-player.player-13 .rf-player-container .rf-player-play-pause {
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	cursor: pointer;
	visibility: hidden;
	z-index: 0;
}
.rf-player.player-13 .rf-player-container .rf-player-play { background-image: url("img/playButton.png"); }
.rf-player.player-13 .rf-player-container .rf-player-play:hover { background-image: url("img/playButtonOver.png"); }
.rf-player.player-13 .rf-player-container .rf-player-pause { background-image: url("img/pauseButton.png"); }
.rf-player.player-13 .rf-player-container .rf-player-pause:hover { background-image: url("img/pauseButtonOver.png"); }
.rf-player.player-13 .rf-player-container .rf-player-play-pause.active { visibility: visible; z-index: 10; }

.rf-player.player-13 .rf-player-container .rf-player-volume {
	position: absolute;
	top: 0;
	left: 27px;
}
.rf-player.player-13 .rf-player-container .rf-player-volume-background {
	width: 39px;
	z-index: 1;
	background-image: url("img/volumeSliderRail.png");
}
.rf-player.player-13 .rf-player-container .rf-player-volume-meter {
	z-index: 2;
	background-image: url("img/volumeSliderProgress.png");
} 
.rf-player.player-13 .rf-player-container .rf-player-volume-area {
	width: 39px;
	z-index: 3;
	cursor: pointer;
}