.player, .sfxplayer {
    width:165px;
    height:82px;
    position: relative;	
    border-radius: 3px;
	overflow: hidden;
	margin-top: 10px;
    padding-bottom:6px;
    margin-bottom:0px;
}

.player {
    background: #8b9b9d;
	background: -moz-linear-gradient(top,  #c0ced7 0%, #607d91 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f34927), color-stop(100%,#607d91));
	background: -webkit-linear-gradient(top,  #c0ced7 0%,#607d91 100%);
	background: -o-linear-gradient(top,  #c0ced7 0%,#607d91 100%);
	background: -ms-linear-gradient(top,  #c0ced7 0%,#607d91 100%);
	background: linear-gradient(to bottom,  #c0ced7 0%,#607d91 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0ced7', endColorstr='#607d91',GradientType=0 );
	-webkit-box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, .1);    
    box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, .1);
}


.sfxplayer {
    background: #8b9b9d;
	background: -moz-linear-gradient(top,  #d7c0c0 0%, #916060 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d7c0c0), color-stop(100%,#916060));
	background: -webkit-linear-gradient(top,  #d7c0c0 0%,#916060 100%);
	background: -o-linear-gradient(top,  #d7c0c0 0%,#916060 100%);
	background: -ms-linear-gradient(top,  #d7c0c0 0%,#916060 100%);
	background: linear-gradient(to bottom,  #d7c0c0 0%,#916060 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7c0c0', endColorstr='#916060',GradientType=0 );
	-webkit-box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, .1);    
    box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, .1);
}


/*Player button*/
#songPause1, #songStop1, #songPause2, #songStop2, #songPause3, #songStop3, #songPause4, #songStop4, #songPause5, #songStop5, #songPause6, #songStop6, #songPause7, #songStop7, #songPause8, #songStop8, #songPlay1, #songPlay2, #songPlay3, #songPlay4, #songPlay5, #songPlay6, #songPlay7, #songPlay8{
cursor: pointer; cursor: hand; display:inline; 
position: absolute;
line-height: 43px;
height: 37px;
top:45px;
}

#songPause1, #songPause2, #songPause3, #songPause4{
background-image:url('/img/player-pause-icons.png');
left:25px;
width: 34px;
}

#songPause5, #songPause6, #songPause7, #songPause8{
background-image:url('/img/sfxplayer-pause-icons.png');
left:25px;
width: 34px;
}


#songPlay1, #songPlay2, #songPlay3, #songPlay4{
background-image:url('/img/player-play-icons.png');
left:64px;
width: 37px;
}

#songPlay5, #songPlay6, #songPlay7, #songPlay8{
background-image:url('/img/sfxplayer-play-icons.png');
left:64px;
width: 37px;
}


#songStop1, #songStop2, #songStop3, #songStop4{
background-image:url('/img/player-stop-icons.png');
left:105px;
width: 34px;
}

#songStop5, #songStop6, #songStop7, #songStop8{
background-image:url('/img/sfxplayer-stop-icons.png');
left:105px;
width: 34px;
}

#songPlay1:hover, #songPlay2:hover, #songPlay3:hover, #songPlay4:hover, #songPlay5:hover, #songPlay6:hover, #songPlay7:hover, #songPlay8:hover, #songPause1:hover, #songStop1:hover, #songPause2:hover, #songStop2:hover, #songPause3:hover, #songStop3:hover, #songPause4:hover, #songStop4:hover, #songPause5:hover, #songStop5:hover, #songPause6:hover, #songStop6:hover, #songPause7:hover, #songStop7:hover, #songPause8:hover, #songStop8:hover {
background-position: 0px -37px;
}


.toggled {
background-position: 0px 37px;
left:64px;
width: 37px;
}

#songTime8, #songTime7, #songTime6, #songTime5, #songTime4, #songTime3, #songTime2, #songTime1 {
font-family: "arial";
color: #FFF;
font-size: 12px;
line-height: 14px;
position: absolute;
right:53px;
top: 12px;
text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
display:block;   
   
}

/*Song location slider*/
#songSlider8, #songSlider7, #songSlider6, #songSlider5, #songSlider4, #songSlider3, #songSlider2, #songSlider1 {
    background-color: #58666f;
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 31px;
    width: 145px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2) inset;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2) inset;
}
/*Track progress bar*/
#trackProgress8, #trackProgress7, #trackProgress6, #trackProgress5, #trackProgress4, #trackProgress3, #trackProgress2, #trackProgress1{
    
    width:0px;
    height: 12px;
    background-color: #fff;
    border-radius: 20px 20px 20px 20px;
}

.pptmusicbox, .pptmusictocart {
position:relative;
display:inline-block;
top:5px;
border-radius: 6px; 
-moz-border-radius: 6px; 
-webkit-border-radius: 6px; 
border: 1px solid #607d91;
margin-bottom:12px;
cursor: pointer;
border: 1px solid rgba(0,0,0,0.4) ;
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.5),
				0 0 1px 1px rgba(255,255,255,0.8),
				0 0 0 4px rgba(0,0,0,0.06),
				0 0 0 2px rgba(0,0,0,0.1);

}
.pptmusicbox{
float:left;
width:39px;
height:30px;
margin-left:3px;
margin-right:5px;


}
.pptmusictocart{
width:112px;
height:30px;

}

.pptmusical, .pptmusicals, .sfxpptmusical, .sfxpptmusicals {
position:relative;
font-family: 'a750-sans-cdlight';
font-size:15px;
padding-top:11px;
text-shadow: 1px 1px rgba(0,0,0,0.2);
 }
 
.pptmusical {
padding-top:11px;
padding-left:3px;
}

.pptmusicals {
padding-top:5px;
padding-left:2px;
 } 
 
.sfxpptmusical {
padding-top:11px;
padding-left:2px;
 }   
 
.sfxpptmusicals {
padding-top:5px;
padding-left:1px;
 }  

div.mymusicButton, div.mymusicButton:hover  {
background:url(/img/musictocarts.png) no-repeat;
cursor:pointer;
width: 39px;
height: 30px;
border: none;
}

div.mymusicButton:hover  {
background-position: 0px -30px;
}