rollover over the interface buttons now works as expected.
Also changed the width of the buttons to the correct size.
Resized the width and height of the sprites to be the same as the boxes we display
them in.
{{! template for the radio player }}
<div class='Ldt-controler demo'>
<div class='Ldt-LeftPlayerControls'>
<div class='Ldt-button Ldt-CtrlPlay'></div>
<div class='Ldt-button Ldt-CtrlAnnotate'></div>
<div class='Ldt-button Ldt-CtrlSearch'></div>
</div>
<div class='Ldt-RightPlayerControls'>
<div class='Ldt-Time'>
<div class='Ldt-ElapsedTime'></div>
<div class='Ldt-TimeSeparator'>/</div>
<div class='Ldt-TotalTime'></div>
</div>
<div class='Ldt-button Ldt-CtrlSound'>Sound</div>
</div>
</div>