<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}
body {
	background-color: transparent;
	position: relative;
}
#Wrapper {
	width: 640px;
	height: 360px;
	margin: -180px 0 0 -320px;
	position: absolute;
	left: 50%;
	top: 50%;
	box-shadow: 0 5px 15px #013;
	-moz-box-shadow: 0 5px 15px #013;
	-webkit-box-shadow: 0 5px 15px #013;
}
#VideoWrapper {
	width: 640px;
	height: 360px;
	background-color: #333;
}
#carousel {
	width: 640px;
	height: 360px;
	overflow: hidden;
}
#carousel img {
	display: block;
	float: left;
}
#pager {
	text-align: center;
	padding: 20px 0px 0 0;
}
#pager a {
	background-color: #356;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 6px;
	border-radius: 10px;
	box-shadow: 0 1px 1px #cef;
	-moz-box-shadow: 0 1px 1px #cef;
	-webkit-box-shadow:0 1px 1px #cef;
}
#pager a.selected {
	background-color: #134;
}
#pager a span {
	display: none;
}
#thumbs {
	display: none;
	border: 1px solid rgba(0, 0, 0, 0.8);
	background-color: rgba(0, 0, 0, 0.5);
	width: 150px;
	height: 75px;
	padding: 10px;
	position: absolute;
	top: 240px;
	right: 10px;
}
#thumbs img {
	display: block;
	float: left;
}
#footer_msg {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 40px;
	text-align: center;
	background: #333;
	z-index: 2;
	overflow: hidden;
}
#footer_msg h3 {
	color: #eee;
	font-size: 14px;
	padding: 0px 0px 24px 0px;
}
</pre></body></html>