#musicplayer{
text-align: center;
font-size: 11px;
position:fixed;left:128px;top:-43px;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
z-index:999;
}
#musicplayer:hover{
top:0px;
}
#music{
padding:3px;
background: #fff;
width:60px;
z-index: 9999;
text-align:center;
}
#musictab{
font-family:cambria;
height: auto;
padding:1px;
background:#fff;
width:64px;
-moz-border-radius:0px;
border-bottom-right-radius:6px;
border-bottom-left-radius:6px;
}