#player {
	width: 324px; 									
	height: 235px; 									
	padding: 0px;	
	background-image: url(../imgs/fondo.png);													
	background-repeat: no-repeat;				
	position: relative;
	border-radius: 10px;
	border: 2px solid #000000;
	margin: auto;
	box-shadow: 0px 0px 30px rgba(0,0,0,.8) inset;
}

#efects{
	position:absolute;
	margin-top: 22px;
	margin-right: -10000px;

}


#boton_play_pause { 
	background:url('../imgs/pausa.png') no-repeat; 
	border:none; 
	width:40px; 
	height:25px; }

#stop{
	height: 70px;  									
	width: 70px;									
	left: 13px;
	top: 205px;
	position: absolute;
	
	}

#control{
	position: absolute;
	height: 20px;
	width: 150px;
	position: absolute;
	left: 65px;
	top: 208px;
	}
input[type="range"]{
   -webkit-appearance:none !important;
   width:110px;
   height:6px;
   background:#000;
   border-radius: 20px;
   -moz-border-radius: 20px;
   -wekkit-border-radius: 20px;
}

 input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ffffff;
    margin-top: -2px;
}


#lastSongs{											
	position: absolute;
	margin: 5px;							
	border-radius: 5px 5px 5px 5px;
	width: 168px;
	height: 60px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #FFF;
	left: 77px;
	top: 100px;
	}


#facebook{										
	position: absolute;
	left: 230px;
	top: 207px;
	}

#twitter{										
	position: absolute;
	left: 255px;
	top: 207px;
	}


#instagram{										
	position: absolute;
	left: 280px;
	top: 207px;
	}

#skin_top{
 position: absolute;										
 margin-top: 0px;
	}

#skin_bottom {
 position: absolute;										
 margin-top: 201px;
	}

#logo{										
 position: absolute;
 margin-top: 60px;
 left: 10px;
}


#song{										
 position: absolute;
 top: 170px;
 left: 31px;
 width: 285px;
}

#title{										
 position: absolute;
 top: 30px;
 left: 140px;
 width: 155px;
}

#signal{										
 position: absolute;
 top: 173px;
 left: 5px;
}

#hd{										
 position: absolute;
 top: 8px;
 left: 60px;
}