

div.player	{
	padding-bottom: 0px;	}

div.player	a	{
    font: bold 18px/24px "Helvetica", Arial, sans-serif;
    text-decoration: none;
	display: block;
    width: 100%;
	padding: 2px 0px 2px 0px; margin-bottom: 0px;	}

div.player	a.sm2_link	{
	/* default state: "a playable link" */
	border-left: 9px solid #222;
	padding-left: 9px;
	padding-right: 9px;	}

div.player	a.sm2_link:hover	{
	/* default (inactive) hover state */
	border-left-color: #34B0F8;
	color: #222;	}

div.player a.sm2_playing	{
	/* "now playing" */
	border-left-color: #34B0F8;
	color: #34B0F8;
	text-decoration: none;	}

div.player a.sm2_playing:hover,
div.player a.sm2_paused:hover	{
	/* "clicking will now pause/resume" */
	border-left-color: #34B0F8;	}

div.player a.sm2_paused	{
	/* "paused state" */
	border-left-color: #CCC;
	text-decoration: none;	}