/*  styles for playlists
--------------------------------------------------------- */
div.playlist-position{
    font-size: 40px;
    color: white;
/*    font-effect: outline; */
    text-shadow: black 0px 0px 8px;
    position: absolute;
    top: 24px;
    left: 0px;
    z-index: 100;
    width: 99px;
    height: 99px;
    font-weight: bold;
    text-align: center;
}
div.favorites{
    color:  #ec2624;
    font-size: 9px;
    position: absolute;
    bottom: -5px;
    right: 12px;
    width: 100px;
    height: 20px;
    font-weight: bold;
}
div.favorites a {
    font-size: 9px;
    position: absolute;
    bottom: 1px;
    right: 1px;
    width: 100px;
    height: 20px;
    font-weight: bold;
}
div.favorites a.remove {
   color:  #ec2624;
/*   font-size: 10px;*/
}
div.favorites a.add {
   color:  #95b23b;
/*   font-size: 10px;*/
}
div.favorites a:hover{
    text-decoration: underline;
}

.hgh-playlistblock {
	display:block;
/*	border-bottom:1px solid #999; */
/*	padding-bottom:8px;
	margin-bottom:8px;
	margin-left:5px;*/
	}

