body {
	margin: 0;
	padding: 0;
	font-family: "Georgia", serif;
	background-color: #000;
	color: #FFF;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: #00FFFF;
	outline: none;
	text-decoration: none;
}

br.clear {
	clear: both;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 980px;
}

#logo {
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
	#logo h1 {
		margin: 0;
		padding: 0;
		font-weight: normal;
		font-size: 48px;
		letter-spacing: -1px;
	}
	#logo span {
		color: #00a5d0;
	}
	
#categories {
	float: right;
}
	#categories a{
		padding: 10px;
		color: #FFF;
		font-size: 18px;
		text-decoration: none;
	}
	
	#categories li {
		margin: 0;
		padding: 0;
		display: inline-block;
		height: 31px;
	}
	
	#categories .current {
		background: #00a5d0;
	
		/* Round select corners */
		
		-webkit-border-radius: 15px 15px 0 0;
		-khtml-border-radius: 15px 15px 0 0;	
		-moz-border-radius: 15px 15px 0 0;
		border-radius: 15px 15px 0 0;		
	}


#output img {
	margin: 0;
	padding: 0;
	width: 960px;
	border: solid 10px #ffffff;
	/* Round select corners */
	
	-webkit-border-radius: 25px 0;
	-khtml-border-radius: 25px 0;
	-moz-border-radius: 25px 0;
	border-radius: 25px 0;
	background-color: #000;
}
.Menu {
	font-size: 24px;
	color: #00A5D0;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	text-decoration: none;
}


#nav{
	float: left;
	padding: 0;
	width: 350px;
	height: 35px;
	background: #00a5d0;
	text-align: center;
	display: block;
	overflow: hidden;
	/* Round select corners */
		
	-webkit-border-radius: 0 0 15px 15px;
	-khtml-border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: -9px;
	
}
	#nav ul {
		margin-top: 8px;
	}
	#nav li {
		display: inline-block;
	}
	
	#nav a {
		margin: 0;
		padding: 0 10px;
		color: #FFF;
		text-decoration: none;
		font-size: 18px;
	}

	#nav a.navStopAdvance
	{
		display: inline;
	}

	#nav a.navPlayAdvance
	{
		display: inline;
	}

	#nav a.active
	{
		display: none;
	}

#captions{
	margin: 0;
}

	#captions .line
	{
		margin: 5px 0 0 0;
		float: right;
		font-size: 24px;
		font-weight: bold;
	}

	#captions .line2 {
	position: absolute;
	top: 658px;
	display: block;
	width: 940px;
	margin: 0 10px;
	padding: 10px;
	text-align: left;
	/* Round select corners */
	-webkit-border-radius: 0 0 15px 0;
	-khtml-border-radius: 0 0 15px 0;
	-moz-border-radius: 0 0 15px 0;
	border-radius: 0 0 15px 0;
	/* Apply Opacity */
	-khtml-opacity: .70;
	-moz-opacity: .70;
	-ms-filter: "alpha(opacity=70)";
	}
	

	#captions .line3 {
		display: block;
		margin: 2em 0 2em 0;
		font-size: 0.75em;
	}

.hidden {
	display: none;
}

.thumbnails
{
	width: 980px;
	list-style: none;
	padding: 0;
	position: relative;
	top: 0;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

	.thumbnails li
	{
		margin: 7px;
		float: left;
	}
	.thumbnails .first
	{

	}
	.thumbnails .last
	{
		margin-right: 0px;
	}
	.thumbnails li img
	{
	width: 100px;
	height: 75px;
	cursor: pointer;
	/* Round select corners */
		
	-webkit-border-radius: 15px 0;
	-khtml-border-radius: 15px 0;
	-moz-border-radius: 15px 0;
	border-radius: 15px 0;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	border-right-width: 5px;
	border-left-width: 5px;
	}

	.thumbnails li img.active
	{
		border: solid 5px #00a5d0;
	}

#footer {
	padding: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	text-align: right;
}
	#footer span {
		font-size: 11px;
		float: right;
	}
