.sc_player_container1 {
display: inline;
padding: 0 4px 0 4px;
}

.sc_player_container1 .myButton_play {
background-image: url(../image/dv_play_button.png); 
background-repeat: no-repeat;
background-color: transparent;
cursor: pointer !important;
width: 45px !important;
height: 45px !important;
border: none !important;
position: relative;
margin: 0 !important;
padding: 0 !important;
}

@media  only screen and (-webkit-min-device-pixel-ratio: 1.5),  
        only screen and (   min--moz-device-pixel-ratio: 1.5),  
        only screen and (     -o-min-device-pixel-ratio: 3/2),  
        only screen and (        min-device-pixel-ratio: 1.5),  
        only screen and (min-resolution: 192dpi) {  
.sc_player_container1 .myButton_play {
	background-image: url(../image/dv_play_button@2x.png); 
	background-size: 45px 45px;
	background-repeat: no-repeat;
	background-color: transparent;
	}	
}

.sc_player_container1 .myButton_stop {
background-image: url(../image/dv_pause_button.png); 
background-repeat: no-repeat;
background-color: transparent;
cursor: pointer !important;
width: 45px !important;
height: 45px !important;
border: none !important;
position: relative;
margin: 0 !important;
padding: 0 !important;
}

@media  only screen and (-webkit-min-device-pixel-ratio: 1.5),  
        only screen and (   min--moz-device-pixel-ratio: 1.5),  
        only screen and (     -o-min-device-pixel-ratio: 3/2),  
        only screen and (        min-device-pixel-ratio: 1.5),  
        only screen and (min-resolution: 192dpi) {  
.sc_player_container1 .myButton_stop {
	background-image: url(../image/dv_pause_button@2x.png); 
	background-size: 45px 45px;
	background-repeat: no-repeat;
	background-color: transparent;
	}	
}

.sc_player_container2 {
max-width:56em;
}
.sc_player_container2 .myButton_play {
background:url(../image/stop-play.jpg) no-repeat;
background-position: -30px -30px;
cursor:pointer;
width: 40px;
height: 30px;
border: none;
position:relative;
}
.sc_player_container2 .myButton_stop {
background:url(../image/stop-play.jpg) no-repeat;
background-position: -31px -90px;
cursor:pointer;
width: 40px;
height: 30px;
border: none;
position:relative;
}