body {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
}

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

a {
	color: #00a5d0;
	outline: none;
}

br.clear {
	clear: both;
}

#wrapper2 {
	margin: 0 auto;
	padding: 0;
	margin-top: 50px;
	margin-left: 15px;
	width: 980px;
}

#categories {
	margin-top: -31px;
	float: right;
}
	#categories a{
		padding: 10px;
		margin-right: 10px;
		color: #6a5623;
		font-size: 18px;
		text-decoration: none;
	}
	
	#categories li {
		margin: 0;
		padding: 0;
		display: inline-block;
		height: 31px;
	}
	
	#categories .current {
		background: #1d1900;
	
		/* 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;
	height: 500px;
	border: solid 5px #6a5623;
	
	/* Round select corners */
	
	-webkit-border-radius: 25px 0;
	-khtml-border-radius: 25px 0;	
	-moz-border-radius: 25px 0;
	border-radius: 25px 0;
}

#nav{
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	width: 400px;
	height: 47px;
	background: #1d1900;
	text-align: center;
	display: block;	
	overflow: hidden;
	border-right: solid 5px #6a5623;
	border-bottom: solid 5px #6a5623;
	border-left: solid 5px #6a5623;
	
	/* 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;		
	
}
	#nav ul {
		margin-top: 8px;
	}
	#nav li {
		display: inline-block;
	}
	
	#nav a {
		margin: 0;
		padding: 0 25px;
		color: #6a5623;
		text-decoration: none;
		font-size: 25px;
	}

	#nav a.navStopAdvance
	{
		display: inline;
	}

	#nav a.navPlayAdvance
	{
		display: inline;
	}

	#nav a.active
	{
		display: none;
	}

#captions{
	margin: 0;
}

	#captions .line {
		color: #1d1900;
		margin: 5px 20px 0 0;
		float: right;
		font-size: 22px;
		font-weight: bold;
	}

	#captions .line2 {
		position: absolute;
		top: 833px;
		display: block;
		width: 940px;
		margin: 0 5px;
		background: #000;
		padding: 10px;
		text-align: left;
		font-size: 24px;
		font-weight: bold;
		
		/* Round select corners */
		-webkit-border-radius: 0 0 20px 0;
		-khtml-border-radius: 0 0 20px 0;	
		-moz-border-radius: 0 0 20px 0;
		border-radius: 0 0 20px 0;
		
		/* Apply Opacity */
		-khtml-opacity:.70; 
		-moz-opacity:.70; 
		-ms-filter:"alpha(opacity=70)"; 
		filter:alpha(opacity=70); 
		opacity:.70;		
	}
	

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

.hidden {
	display: none;
}

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

	.thumbnails li
	{
		margin: 7px;
		float: left;
	}
	.thumbnails .first
	{
		margin-left: 0px;
	}
	.thumbnails .last
	{
		margin-right: 0px;
	}
	.thumbnails li img
	{
		width: 100px;
		height: 75px;
		border: solid 4px #6a5623;
		cursor: pointer;
		
		/* Round select corners */
		
		-webkit-border-radius: 15px 0;
		-khtml-border-radius: 15px 0;	
		-moz-border-radius: 15px 0;
		border-radius: 15px 0;	
	}

	.thumbnails li img.active
	{
		border: solid 4px #d69e03;
	}

