body {
	margin:  0px;
	padding: 0px;
}
.BreakingNews {
	color:       white;
	background-image: url(back.png);
	font-family: lato, Geneva, Sans-Serif;
	/* font-size:   small; */
	font-size:    12px;
	height:		  40px;
	width:       266px;
	margin-left:   0px;
	margin-top:  133px;
	padding:       5px;
}
.RelatedList {
	background:	 black;
	position:    absolute;
	top:           0px;
	left:          0px;
	height:      183px;
	width:       325px;
	z-index:     1000;
	font-family: lato, Geneva, Sans-Serif;
	font-size:   x-small;
	color:       white;
	overflow:    hidden;
	visibility: hidden;
}

tr {
	height:      60px;
}
td {
	width:       108px;
	color:       transparent;
	line-height: 0px;
	font-size:   0px;
}
td:hover {
	background:  black;
	color:       white;
	cursor:      pointer;
	line-height: 11px;
	font-size:   x-small;
}

#player_wrapper
{
	overflow: hidden;
}
