/* nowplaying */
#nowplaying {
	position: relative;
        float: right;
	width: 200px;
	height: 100px;
	background: transparent;
	overflow: hidden;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.8em;
	padding: 5px 0 0 0;
	overflow: hidden;
	color: #FFF;
}
#music {
	position: relative;
	width: 165px;
	height: 100px;
	overflow: hidden;
}

#personality img {
	position: absolute;
	bottom: 5px;
	right: 8px;
	/*width: 100px;*/
	height: 100px;
}
#np-song-info {
}
#np-title {
	font-weight: bold;
	font-size: 1.4em;
}
#np-artist {
	font-size: 1.2em;
}
#np-album {
	font-style: italic;
}
#np-nav {
	position: absolute;
	bottom: 0;
	left: 20px;
	font-size: 1em;
}

#np-nav a {
	cursor: pointer;
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	text-indent: -9999px;
}
a#np-fback {
	background: url(/images/skin/nowplaying-btns.gif) no-repeat;
	background-position: 0 0;
}
a#np-back {
	background: url(/images/skin/nowplaying-btns.gif) no-repeat;
	background-position: -20px 0;
}
a#np-ffwd {
	background: url(/images/skin/nowplaying-btns.gif) no-repeat;
	background-position: -60px 0;
}
a#np-fwd {
	background: url(/images/skin/nowplaying-btns.gif) no-repeat;
	background-position: -40px 0;
}
a#np-fback:hover {
	background: url(/images/skin/nowplaying-btns.gif) no-repeat;
	background-position: 0 -20px;
}
a#np-back:hover {
	background: url(/images/skin/nowplaying-btns.gif) no-repeat;
	background-position: -20px -20px;
}
a#np-ffwd:hover {
	background: url(/images/skin/nowplaying-btns.gif) no-repeat;
	background-position: -60px -20px;
}
a#np-fwd:hover {
	background: url(/images/skin/nowplaying-btns.gif) no-repeat;
	background-position: -40px -20px;
}
#np-time {
	float: left;
	line-height: 20px;
}
#np-debug { display: none; }
