a.sm2_button {
 position:relative;
 display:inline-block;
 width:18px;
 height:18px;
 text-indent:-9999px;
 overflow:hidden;
 vertical-align:middle;
 border-radius:2px;
 margin-top:-1px;
 transition: all 0.2s ease-in-out;
 *text-indent:0px;
 *line-height:99em;
 *vertical-align: top;
}

a.sm2_button:focus {
 outline:none;
}

a.sm2_button,
a.sm2_button.sm2_paused:hover {
 background-color:#000005;
 background-image:url(arrow-right-white.png);
 background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAKCAYAAABmBXS+AAAAbklEQVQY02NgQAL//v1jZMAF/v//vwuIs9HEUBUBTbj4HwIeA3EGVsVAxtn/qOAVUGM8uknIiv4hsV8A5ZKxKfoLVvnvHwifAzLtMKwDSQLBVSBti27dJajkcSD2RJODO3wtkOOMz/tMSJJYAxMA5dmsL0IfubQAAAAASUVORK5CYII=);
 background-image: none, url(arrow-right-white-2x.png);
 background-size: 9px 10px;
 *background-image:url(arrow-right-white.gif);
 background-repeat:no-repeat;
 background-position:5px 50%;
 *background-position:5px 4px;
}

a.sm2_button:hover,
a.sm2_button.sm2_playing,
a.sm2_button.sm2_playing:hover {
 background-color:#FEF200; /* _____ CURRENT RELEASE MAIN COLOUR _____ */
}

a.sm2_button.sm2_playing,
a.sm2_button.sm2_playing:hover {
 transform:rotate(-90deg);
}

a.sm2_button.sm2_paused,
a.sm2_button.sm2_paused:hover {
 background-color:#6B6E70;
}

p.sm2_text {
 color: #000005;
}