#player-content{
	background:url(../images/bg-player-inolvidable.gif) repeat-x bottom #191919;
	width:280px;
	min-height:168px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border-bottom:10px solid #7db2dc;
	margin-bottom:20px;
	padding:10px;
	position:relative;
}

#player-content h3 {
    border-bottom: 2px solid #a0a0a0;
    color: #a0a0a0;
    font-size: 17px;
    margin: 0 0 10px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.img-artist{
	float:left;
	margin-right:10px;
}
#nowPlaying #status{
	background:#f4e003;
	color: #000;
	text-transform:uppercase;
	font-size:9px;
	padding:5px;
	display:inline;
}

#nowPlaying #trackInfo {
    color: #fff;
    display: inline-block;
    margin: 10px 0;
    width: 280px;
}

#nowPlaying #trackInfo #titletext {
    font-size: 22px;
    font-weight: bold;
}

#nowPlaying #trackInfo #artisttext {
    font-size: 15px;
}

.Botones {
    position: absolute;
	top:0;
}
.Botones a {
    position: absolute;
}
#pauseButton, #playButton {
    left: 110px;
    top: 75px;
}
	.volume {
        content: "";
        display: inline-block;
        width: 26px;
        height: 26px;
        background: url(../volumen/images/volume.png) no-repeat 0 -50px;
        margin-left: 5px;
        margin-top: 4px;
    }


    .btn-volume {
        background: #FFF;
        border: #CCCCCC 1px solid;
        width: 37px;
        height:33px;
        cursor: pointer;
        display: inline-block;
        position: absolute;
        top: 110px;
        left:240px;
    }


    #control {
        width: 37px;
        height: 100px;
        background: #fff;
        top: 10px;
        border-top-width: 1px;
        border-right-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-right-style: solid;
        border-left-style: solid;
        border-top-color: #CCCCCC;
        border-right-color: #CCCCCC;
        border-left-color: #CCCCCC;
        position: absolute;
        left:250px;
    }
    #serialization {
        display: inline-block;
        height: 80px;
        background: orange;
        width: 3px;
        margin-left: 17px;
        margin-top: 10px;
        border-color: orange;
    }

