.playing { background: url("/images/pause.png") top left no-repeat; height:16px; width:23px; display:inline-block; cursor:pointer;}
.paused { background: url("/images/play.png") top left no-repeat;height:16px; width:23px; display:inline-block; cursor:pointer;}