table.nl_controls-table td{
	padding: 0;
}

#nl-controls {
	z-index:1000;
	position: fixed;
	width:100%;
	left:0px;
	bottom:0px;
	background-color:#000000;
}

#nl-program-image{
	width:124px;
	height:70px;
	margin: 5px 10px;
}

#nl-controls-play {
	width: 26px;
	height: 30px;
	background-image: url(../images/chromecast/chromecastplay.png);
	background-repeat: no-repeat;
	margin:0 15px;
	cursor: pointer;
	float:left;
}

#nl-controls-pause {
	width: 26px;
	height: 30px;
	background-image: url(../images/chromecast/chromecastpause.png);
	background-repeat: no-repeat;
	margin:0 15px;
	cursor: pointer;
	float:left;
}

#nl-controls-cast-on {
	width: 22px;
	height: 18px;
	background-image: url(../images/chromecast/chromecaston.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

#nl-controls-cast-off {
	width: 22px;
	height: 18px;
	background-image: url(../images/chromecast/chromecastoff.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

#nl-controls-back {
	width: 20px;
	height: 18px;
	background-image: url(../images/chromecast/chromecastback.png);
	background-repeat: no-repeat;
	margin-top:6px;
	margin-left: 20px;
	cursor: pointer;
	float:left;
}

#nl-controls-forward {
	width: 20px;
	height: 18px;
	background-image: url(../images/chromecast/chromecastfw.png);
	background-repeat: no-repeat;
	margin-top:6px;
	margin-right: 20px;
	cursor: pointer;
	float:left;
}

#nl-program-title {
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	font-family: Arial;
	text-align:left
}

#nl-program-code {
	color:#c50000;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial;
	text-align:left;
}

#nl-controls-mute {
	width: 23px;
	height: 20px;
	background-image: url(../images/chromecast/chromecastvolume.png);
	background-repeat: no-repeat;
	margin:0 5px 0 30px;
	cursor: pointer;
}

#nl-controls-sound {
	width: 23px;
	height: 20px;
	background-image: url(../images/chromecast/chromecastmute.png);
	background-repeat: no-repeat;
	margin:0 5px 0 30px;
	cursor: pointer;
}

#nl-controls-volumeslider
{
	width: 100px;
	height:7px;
	background-color: #979797;
	border-color: #333 #333 #777 #333;
	position: relative;
	cursor:pointer;
}

#nl-controls-volumebar
{
	width:0;
	height:7px;
	background-color:#474747;
	position: absolute;
	top: 0px;
	left:0;
	cursor:pointer;
}

#nl-controls-volumethumb
{
	width:6px;
	height:18px;
	background-image:url(../images/chromecast/chromecastvolumethumb.png);
	background-repeat:no-repeat; 
	position: absolute;
	top:-5px;
	left:-2px;
	cursor:pointer;
}

#nl-controls-progresstrack
{
	width: 75%;
	height:10px;
	background-color: #979797;
	border-color: #333 #333 #777 #333;
	position: relative;
	margin:5px 10px;
	float:left;
	cursor:pointer;
}

#nl-controls-progressbar
{
	width:0;
	height:10px;
	background-color:#003a74;
	position: absolute;
	top: 0px;
	left:0;
	cursor:pointer;
}

#nl-controls-playheadtime , #nl-controls-totaltime
{
	width:10%;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	font-family:Arial;
	text-align:center;
	line-height:20px;
	float:left;
}

#nl-receiver-name {
	color:#939393;
	font-size: 16px;
	font-family: Arial;
	text-align:left;
}

.nl-thumbnail {
	width:100%;
	height:100%;
	border:1px solid #000000;
}	

.nl-thumbnail-hover {
	width:100%;
	height:100%;
	border:1px solid #ffffff;
}

.nl-title-hover {
	text-decoration:underline;
}

.nl-game-logo{
	width:92px;
	height:62px;
	margin: 5px 15px;
}

a.chromecastLink
{
	display:none;
}