inline style {
a.sm2_button:hover, 
a.sm2_button.sm2_playing, 
a.sm2_button.sm2_playing:hover{
    background-color: #cc3333;
}
a.sm2_button:focus {
    outline: none;
}
a.sm2_button, a.sm2_button.sm2_paused:hover {
    background-color: #3399cc;
    background-image: url("../image/arrow-right-white.png");
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAKCAYAAABmBXS+AAAAbklEQVQY02NgQAL//v1jZMAF/v//vwuIs9HEUBUBTbj4HwIeA3EGVsVAxtn/qOAVUGM8uknIiv4hsV8A5ZKxKfoLVvnvHwifAzLtMKwDSQLBVSBti27dJajkcSD2RJODO3wtkOOMz/tMSJJYAxMA5dmsL0IfubQAAAAASUVORK5CYII=");
    background-image: none, url("../image/arrow-right-white-2x.png");
    background-size: 9px 10px;
    *background-image:url(../image/arrow-right-white.gif): ;
    background-repeat: no-repeat;
    background-position: 5px 50%;
    *background-position:5px 4px: ;
}
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;
    -webkit-transition-property: hover;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition-property: background-color;
    -o-transition-duration: 0.15s;
    *text-indent:0px: ;
    *line-height:99em: ;
    *vertical-align: top: ;
}
body {
    font: 75% normal verdana,arial,tahoma,"sans serif";
}
