


body {
	margin: 0;
	padding: 0;
	font-family: "Georgia", serif;
	background-color: #FFFFFF;
	color: #FFF;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color:  #D4D0C8;
	outline: none;
}

br.clear {
	clear: both;
}

#wrapper {
	margin:  auto;
	padding: 0px;
	width: 980px;
}

#logo {
	margin: 50px;
}
	#logo h1 {
		margin: 0;
		padding: 0;
		font-weight: normal;
		font-size: 48px;
		letter-spacing: -1px;
	}
	#logo span {
		color:  #D4D0C8;
	}
	
#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:  #D4D0C8;
	
		/* 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-left: 58px;
	padding: 0;
	width: 700px;
	height: 410px;
	border: solid 10px   #004D2E;
	
	/* 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-left: 200px;
	padding: 0;
	width: 400px;
	height: 40px;
	background: #004D2E;
	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;		
	
}
	#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;
		background: #000;
		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)";
		filter:alpha(opacity=70);
		opacity:.70;
	}


	#captions .line3 {
		display: block;

		font-size: 0.75em;
	}

.hidden {
	display: none;
}

.thumbnails
{
	width: 750px;
	list-style: none;

	padding: 0;
	position: relative;
	top: 0;
}

	.thumbnails li
	{
		margin: 0px;
		float:  right;
        
    font-family:   ;
     font-size: 14px;
     text-transform: lowercase;
     position: relative;
      text-align: justify;

	}

	.thumbnails li img
	{
		width: 75px;
		height: 50px;
		border: solid 5px #ffffff;


		/* 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 5px  #004D2E;
	}

#footer {
	margin: 50px 0;
	padding: 0;
}
	#footer span {
		font-size: 11px;
		float: right;
	}











