/**
	Asobi Radio -
		www.twitter.com/j0esx
*/
/**
#radio-player {
	border: 1px solid;
    padding: 10px;
    box-shadow: 5px 10px #888888;
    float: right;
    width: 300px;
    display: block;
    padding: 10px;
}*/

#radio-player{
	background: #212121;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(74,74,74,0.75);
    -moz-box-shadow: 0px 1px 2px 0px rgba(74,74,74,0.75);
    box-shadow: 0px 1px 2px 0px rgba(74,74,74,0.75);
	opacity: 0.8;
	width: 400px;
	border-radius: 4px;
	height: 120px;
	padding: 15px;
	margin-top: -3cm;
	z-index: 41;
	position: absolute;
	right: 15px;
}