div.playlist {
	width: 185px;
	overflow: hidden;
}
/* player dimensions */
#player {
	display:block;
	width:185px;
	border:0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	height: 167px;
	padding-bottom: 0px;
}
#player img {
	display:block;
	width:185px;
	height:167px;
	border:0px;
	margin: 0px;
	padding: 0px;
}
/* play button on top of splash image */
div.play {
}
div.play:hover {
}
/* single playlist item */
div.items a {
	background:url(../img/block-sm.png) no-repeat;
	width:205px;
	height:36px;
	display:block;
	text-decoration:none;
	color:#0F2456;
	padding-left: 35px;
	line-height: 36px;
}
/* item stages: normal, hover, playing, paused */
div.items a:hover {
	background-position:0 -72px;
	color: #7A7A7A;
}
div.items a.playing, div.items a.paused {
	color:#000;
}
div.items a.playing {
	background-position:0 -36px;
}
div.items a.paused {
	background-position:0 -72px;
}
/* small navigational dots */
div.navi {
	width:60px;
	float:left;
	height:11px;
	overflow:hidden;
	clear: left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 60px;
}
div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	cursor:pointer;
	background-image: url(player/img/dots.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div.navi span:hover {
	background-position:0 -8px;
}
div.navi span.active {
	background-position:0 -16px;
	cursor:default;
}
.items h1 {
	font-size: 10px;
	color: #002C58;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}
.items h2 {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	font-weight: bold;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}
.items h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	color: #666666;
	padding: 0px;
	margin-top: 3px;
	margin-right: 90px;
	margin-bottom: 0px;
	margin-left: 2px;
}
