
ul, li, h4, h3, h2, h1, p
{
	padding: 0;
	margin: 0;
	list-style: none;
}

.next, .prev
{
	cursor: pointer;
}

#screen
{
	position: relative;
	/*margin-top: 40px;*/
}
	#screen .next, #screen .prev{
		
	}
	#screen .prev
	{
		float: left;
		width: 42px;
	}

	#screen .next
	{
		float: left;
		width: 42px;
		text-align: right;
	}
	
#navigation
{
	text-align: left;
	margin-left: 62px;
	position: relative;
}
	#navigation ul
	{
		margin-left: 0px !important;
		margin-left: 0px;
	}
		#navigation li
		{
			margin: 0px;
			float: left;
		}
			#navigation li a
			{
				color: #933;
				display: block;
				width: 100%;
				padding: 5px 10px;
				font-weight: bolder;
				text-decoration: none;
			}
			
			#navigation li.select a
			{
				color: #FFF;
				display: block;
				width: 100%;
				padding: 5px 10px;
				font-weight: bolder;
				text-decoration: none;
			}
			
			#navigation li a:hover
			{
				color: #FFF;
				display: block;
				width: 100%;
				padding: 5px 10px;
				font-weight: bolder;
				text-decoration: none;
			}
	
#sections
{
	overflow: hidden;
	position: relative;
	float: left;
}
	
	#sections ul
	{
		width: 1000px;
	}
	
		#sections li
		{
			float:left;
			padding: 11px 5px;
		}
		
		#sections li.opaque
		{
			opacity : 0.4;
			filter : alpha(opacity=40);
		}

		#sections li:hover
		{
			opacity : 1;
			filter : alpha(opacity=100);
		}