a#onTheAirLink {
	display: block;
	float: right;
	width: 110px;
	height: 160px;
	background: url(onTheAirLink.jpg);
}

div#tvContainer {
		color:#fff;
	position: relative;
	float: left;
	width: 370px;
	height: 140px;
	padding: 10px;
	top:-40px;
	font-family: Arial;
}

div#radioContainer {
		color:#fff;
	position: relative;
	float: right;
	width: 370px;
	height: 140px;
	padding: 10px;
	top:-40px;
	font-family: Arial;
}

div.glidecontent a, div.radioglidecontent a {
	display: block;
	width: 104px;
	float: left;
	margin-right: 5px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	background: #000;
}

div.glidecontent img {
	border: 1px solid #ffffff;
}

div.glidecontent img:hover {
	border: 1px solid #000000;
}

div.radioglidecontent a {
		color:#fff;
	width: 150px;
}

div.radioglidecontent a.atop {
	
	
	background: #000;
}

div.glidecontent a:hover, div.radioglidecontent a:hover {
	color:#fff;
	text-decoration: underline;
}

div.gliderTitle {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	height: 20px;
}

.glidecontentwrapper{
	position: absolute; /* Do not change this value */
	left: 30px;
	top: 40px;
	width: 330px;
	height: 104px; /* Set height to be able to contain height of largest content shown*/
	overflow: hidden;
}

.glidecontent, .radioglidecontent{ /*style for each glide content DIV within wrapper.*/
	position: absolute; /* Do not change this value */
	visibility: hidden;
	width: 330px;
	text-align: center;
}

a.prev{
	color: #fff;
	display: block;
	position: absolute;
	left: 5px;
	top: 80px;
	text-decoration: none;
}

a.next{
	color: #fff;
	display: block;
	position: absolute;
	right: 5px;
	top: 80px;
	text-decoration: none;
}