/* Minify_CSS_UriRewriter::$debugText

*/

/* player.css */

/* 1  */ .sc_player_container1 {
/* 2  */ display: inline;
/* 3  */ }
/* 4  */ .sc_player_container1 .myButton_play {
/* 5  */ background: transparent url(../image/round-play-button-black.png) no-repeat !important;
/* 6  */ cursor: pointer !important;
/* 7  */ width: 32px !important;
/* 8  */ height: 32px !important;
/* 9  */ border: none !important;
/* 10 */ position: relative;
/* 11 */ margin: 0 !important;
/* 12 */ padding: 0 !important;
/* 13 */ }
/* 14 */ .sc_player_container1 .myButton_stop {
/* 15 */ background: transparent url(../image/round-pause-button-black.png) no-repeat !important;
/* 16 */ cursor: pointer !important;
/* 17 */ width: 32px !important;
/* 18 */ height: 32px !important;
/* 19 */ border: none !important;
/* 20 */ position: relative;
/* 21 */ margin: 0 !important;
/* 22 */ padding: 0 !important;
/* 23 */ }
/* 24 */
/* 25 */ .sc_player_container2 {
/* 26 */ max-width:56em;
/* 27 */ }
/* 28 */ .sc_player_container2 .myButton_play {
/* 29 */ background:url(../image/stop-play.jpg) no-repeat;
/* 30 */ background-position: -30px -30px;
/* 31 */ cursor:pointer;
/* 32 */ width: 40px;
/* 33 */ height: 30px;
/* 34 */ border: none;
/* 35 */ position:relative;
/* 36 */ }
/* 37 */ .sc_player_container2 .myButton_stop {
/* 38 */ background:url(../image/stop-play.jpg) no-repeat;
/* 39 */ background-position: -31px -90px;
/* 40 */ cursor:pointer;
/* 41 */ width: 40px;
/* 42 */ height: 30px;
/* 43 */ border: none;
/* 44 */ position:relative;
/* 45 */ }
