/* 01.General */
html {
	background: #000;
}
body {
	color: #fff;
	background: transparent;
	font: normal normal normal 0.750em/1.500em "Courier New", sans-serif;
}
/* 02.Headings */
#header h1, #header p {
	margin-bottom: 10px;
	position: relative;
	top: 2.5em;
	left: 0;
	z-index: 210;
}
#content h1 {
	margin-bottom: 0.500em;
	padding-top: 1em;
	font-size: 2em;
}
#content h2 {
	margin-bottom: 0.200em;
	font-size: 1.200em;
}
/* 03.Paragraphs */
p {
	margin: 0 0 1.500em;
	padding: 0;
	font-size: 1em;
}
p.branding {
	margin-bottom: 0;
	width: 69px;
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 20;
}
/* 04.Lists */
#navigation {
	margin: 0 auto 1em;
	width: 100%;
	overflow: hidden;
	position: relative;
	top: -90px;
	left: 0;
	z-index: 220;
	list-style: none;
	text-align: center;
}
#navigation li {
	margin-left: 0.500em;
	padding-left: 1em;
	width: auto;
	display: inline-block;
	display: -moz-inline-box;
	list-style: none;
	background: transparent url(../img/border.gif) no-repeat 0 50%;
}
#navigation li:first-child {
	margin-left: 0;
	padding-left: 0;
	background: none;
}
#movie {
	margin-bottom: 0;
	padding-left: 0;
	width: 100%;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	z-index: 110;
	list-style: none;
}
#movie li {
	margin-bottom: 0;
	width: 640px;
	display: inline;
	float: left;
	list-style: none;
}
#controls {
	margin-bottom: 0;
	padding-left: 0;
	width: 100%;
	overflow: hidden;
	list-style: none;
}
#controls li {
	margin: 0;
	width: auto;
	display: inline;
	float: right;
	list-style: none;
	position: absolute;
	top: 240px;
	right: 90px;
	z-index: 120;
}
#controls li:first-child {
	float: left;
	right: auto;
	left: 90px;
}
#episodes {
	margin-bottom: 25em;
	padding-left: 0;
	width: 100%;
	overflow: visible;
	list-style: none;
}
#episodes li {
	margin: 0 0 0 10px;
	width: 64px;
	display: inline;
	float: left;
	list-style: none;
	text-align: center;
}
#episodes li:first-child {
	margin-left: 0;
}
#episodes li.selected {
	width: 100px;
}
/* 05.Images */
img {
	margin: 0 auto;
	display: block;
}
h1 img {
	width: 162px;
	height: 82px;
}
p.branding img {
	width: 69px;
	height: 65px;
}
#movie img {
	width: 640px;
	height: 480px;
}
#episodes li img {
	margin-bottom: 2px;
	width: 64px;
}
#episodes li.selected img {
	margin-bottom: -10px;
	border: 2px solid #ccc;
	width: 96px;
	position: relative;
	top: -12px;
	left: 0;
	z-index: 121;
}
/* 06.Semantic */
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
/* 07.Links */
a:link, a:visited, a:hover, a:focus, a:active {
	color: #fff;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	color: #f00;
}
a:focus, a:active {
	
}
#navigation li a:link, 
#navigation li a:visited, 
#navigation li a:hover, 
#navigation li a:focus, 
#navigation li a:active {
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
li.selected a:link, 
li.selected a:visited, 
li.selected a:hover, 
li.selected a:focus, 
li.selected a:active {
	color: #f00;
}
#controls a:link, 
#controls a:visited, 
#controls a:hover, 
#controls a:focus, 
#controls a:active {
	width: 13px;
	height: 33px;
	display: block;
	overflow: hidden;
	background: transparent url(../img/forward.gif) no-repeat 0 0;
	text-indent: -9999px;
}
#controls li:first-child a:link, 
#controls li:first-child a:visited, 
#controls li:first-child a:hover, 
#controls li:first-child a:focus, 
#controls li:first-child a:active {
	background: transparent url(../img/back.gif) no-repeat 0 0;
}
#controls a:hover, 
#controls a:focus, 
#controls a:active {
	background-position: 0 -70px !important;
}