#player {
	width: 270px; 									/* ancho del reproductor */
	height: 343px; 									/* alto del reproductor */
	padding: 0px;									/* dimensiones totales del reproductor 310 x 110 (sumando el padding) */
	background-image: url(../imgs/rp.png);						/* color de fondo */
	background-repeat: no-repeat;				/* posición del logo - eje x  eje y */
	position: relative;
	border-radius: 45px;
	border: 1px;
	margin: auto;
	box-shadow: 0px 0px 40px rgba(0,0,0,.8) inset;
	
	}
#boton_play_pause { background:url('../imgs/pausa.png') no-repeat; border:none; width:70px; height:70px; }

#stop{
	height: 70px;  									/* alto botón pausa */
	width: 70px;									/* ancho botón pausa */
	left: 13px;
	top: 192px;
	position: absolute;
	
	}

#control{	/* posición iconos sociales */
	height: 20px;
	width: 150px;
	position: absolute;
	left: 102px;
	top: 253px;
	}
input[type="range"]{
   -webkit-appearance:none !important;
   width:110px;
   height:6px;
   background:#FFAB00;
   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{											/* posición del script de freeshoutcast para el título de la canción */
	position: absolute;
	margin: 5px;							/* color de fondo para el script */
	border-radius: 5px 5px 5px 5px;
	width: 168px;
	height: 60px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #FFF;
	left: 77px;
	top: 192px;
	}
#social{										/* posición iconos sociales */
	height: 30px;
	width: 170px;
	position: absolute;
	left: 52px;
	top: 288px;
	}
	
