html, body {
	background: #000;
}

#header {
	height: 54px;
}

#container {
	text-align: center;
}

#container * {
	margin: 0 auto;
}

#player {
	display: block; 
	width: 932px; 
	height: 504px; /* 524px; */

	padding: 8px;
	border: 1px solid #444;
}

#thumbbox {
	min-height: 170px;
	margin: 0;
	padding-bottom: 2em;
	text-align: center;
}

#thumbbox #info {
	display: none;
}

#thumbbox #info p {
	color: #444;
	font-size: 0.8em;
	font-weight: bold;
	margin: 1em 0 1em 0;
}

#thumbbox #info p a {
	color: #888;
}

#thumbbox img {
	margin: 0;
	display: none;
	
	/* padding: 8px;
	border: 1px solid #333;*/
}

#thumbbox #t1 {
	margin-right: 62px;
}

#thumbbox #t3 {
	margin-left: 62px;
}