#player { left:200px; /* margin from left */ top:-45px; position:fixed; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; z-index:999; } #player:hover {top:-10px;} #music { width:200px; padding:20px 0 10px 0; background:#fff; /* music player background color */ border-bottom-right-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; z-index: 9999; } #tab { width: 50px; height: 35px; padding-top:5px; background-color:#fff; /* tab background color */ background-image:url('http://media.tumblr.com/tumblr_lm6prnRzP61qfoi4t.gif'); /* image on tab */ background-repeat:no-repeat; background-position:center; border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }