/**
 * SoundManager 2 homepage demo CSS
 * --------------------------------
 * Numerous demo CSS minified + combined
 * for optimal performance.
 * For raw source, see individual demo pages.
 * --------------------------------
 * Source files:
 * demo/play-mp3-links/css/inlineplayer.css
 * demo/page-player/css/page-player.css
 * demo/bar-ui/css/bar-ui.css
 * demo/360-player/360player.css
 * demo/360-player/360player-visualization.css
 * demo/mp3-player-button/css/mp3-player-button.css
 * demo/turntable/css/turntable.css
 * demo/flashblock/flashblock.css
 * demo/index/index.css
 */


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 .2s ease-in-out;-moz-transition:all .2s ease-in-out 0;-o-transition-property:background-color;-o-transition-duration:.15s;*text-indent:0;*line-height:99em;*vertical-align:top;}
a.sm2_button:focus{outline:0; border:1px  solid #000000;}
a.sm2_button,a.sm2_button.sm2_paused:hover{background-color:#000;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:#c33; border:1px solid #000000;}
a.sm2_button.sm2_playing,a.sm2_button.sm2_playing:hover{-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg); border:1px solid #000000;}
a.sm2_button.sm2_paused,a.sm2_button.sm2_paused:hover{background-color:#666;}
