﻿/*  yahoo media player style hacks */
/* removes the ad from the right side of the toolbar */
/* there is probably a way to do this with js, like toggling off this behavior */
.ymp-player-min #ymp-body {
	width: 16px !important;
}
.ymp-player-max #ymp-body {
	width: 530px !important;
}
#ymp-body #ymp-body-base {
	width: 520px !important;
}
#ymp-body #ymp-body-strip {
	width: 520px !important;
}
#ymp-body #ymp-relevance {
	display: none !important;
}
#ymp-btn-pop.ymp-skin {display:none !important;}

/* shift the areas of interest over by 38px to fill the gap of the logo. */
#ymp-yahoo-logo.ymp-skin { display: none !important;}
#ymp-body #ymp-control.ymp-skin {left:13px;}
#ymp-body #ymp-volume.ymp-skin {left:122px;}
#ymp-body #ymp-meta.ymp-skin {left:144px;}
#ymp-body.ymp-skin #ymp-btn-max { left: -5px;}
#ymp-tray {left: 142px;}

/* Better alignment of play buttons */
a.htrack em.ymp-skin
{
    top:0% !important;
    *top:0.0em !important;
}
.ymp-playlist-anchor {
	display: none;
}
a.ymp-tray-playlist, a.ymp-tray-playlist:visited {
	color: #FFFFFF !important;
}
a.ymp-tray-track, a.ymp-tray-track:visited {
	color: #FFFFFF !important;
}

#ymp-yahoo-logo { display: none !important; }
#ymp-relevance { display: none !important; }


#ymp-btn-buy { display: none !important; }

.htrack img {display:none;}