/*
Instructions can be found at
http://www.ponticstar.com/blog/2009/12/12/hacking-yahoo-media-player
/*

/* Background */
#ymp-player .ymp-color-main,
#ymp-tray .ymp-color-tray {
background-color:#000 !important;
}
/* Text color */
#ymp-player .ymp-color-text-main {
color:#000000 !important;
}
/* Relevant Information block */
#ymp-relevance { display:none !important; }
ymp-player-max #ymp-body { width:570px !important; }
ymp-player-max #ymp-body #ymp-body-strip { width:557px !important; }
ymp-player-max #ymp-body #ymp-body-base  { width:560px !important; }
/* Yahoo! Media Player: Playlist colors */
/* Default color for playlist entries */
#ymp-tray .ymp-tray-track {
color:#FFCE0C !important;
}
/* Highlighted track */
#ymp-tray .ymp-tray-track:hover {
color:#FFFFFF !important;
background-color:transparent !important;
}
/* Currently playing track */
#ymp-tray .ymp-tray-track.playing,
#ymp-tray .ymp-tray-track.playing:hover {
color:#FFFFFF !important;
background-color:orange !important;
}
