#wrapper {
	width: 1000px;
	height: 590px;
	background: #fff;
	color: #000;
	position: relative;
	margin: 5px;
	overflow: hidden;
}
body {
	margin: 0;
	padding: 0;
}

.channel {
	background: transparent url(http://wendt.se/gfx/blank.gif) no-repeat scroll 0 0;
	padding-left: 40px;
	width: 1000px;
	height: 50px;
	overflow: hidden;
	/*
	text-transform: uppercase;
	*/
}

.now-show {
	height: 48px;
	float: left;
	overflow: hidden;
	width: 450px;
}
.next-show {
	height: 48px;
	float: left;
	overflow: hidden;
	width: 450px;
	color: #aaa;
}
.show-title {
	font: 36px sans-serif;
	height: 48px;
	letter-spacing: -2;
	font-weight: bold;
	overflow: hidden;
}
.show-start {
	font: 28px sans-serif;
	color: #454545;
	display: none;
	letter-spacing: -4;
}
.next-show .show-start {
	display: inline;
}
#clock {
	text-align: right;
	font: 36px sans-serif;
	font-weight: bold;
}
.colon {
	color: #666;
}
.seconds .colon, .seconds {
	color: #ccc !important;
}


#svt1.channel { background-image: url(http://wendt.se/gfx/tv/svt1.gif); }
#svt2.channel { background-image: url(http://wendt.se/gfx/tv/svt2.gif); }
#svt24.channel { background-image: url(http://wendt.se/gfx/tv/svt24.gif); }
#barnkanalen.channel { background-image: url(http://wendt.se/gfx/tv/barnkanalen.gif); }
#kunskapskanalen.channel { background-image: url(http://wendt.se/gfx/tv/kunskapskanalen.gif); }
#kanal5.channel { background-image: url(http://wendt.se/gfx/tv/kanal5.gif); }
#kanal9.channel { background-image: url(http://wendt.se/gfx/tv/kanal9.gif); }
#tv3.channel { background-image: url(http://wendt.se/gfx/tv/tv3.gif); }
#tv4.channel { background-image: url(http://wendt.se/gfx/tv/tv4.gif); }
#tv4plus.channel { background-image: url(http://wendt.se/gfx/tv/tv4+.gif); }
#tv4sport.channel { background-image: url(http://wendt.se/gfx/tv/tv4sport.gif); }
#tv6.channel { background-image: url(http://wendt.se/gfx/tv/tv6.gif); }
#tv8.channel { background-image: url(http://wendt.se/gfx/tv/tv8.gif); }
