#player {
	float:left;
        background:#fff;
        margin-right:3px;
        margin-bottom:3px;
	padding:2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#player:hover {
        background:#c9c9c9;

}
