#content{
	overflow:hidden;
	width:515px;
	background-color:white;
	margin-left:20px;
	/*margin:0px 0px 0px 100px;*/
	position:relative;
	height:410px;
	/*clear:both;
	float:right;*/
}
	#content h2{
		color:#993333;
		margin:20px 0pt;
	}
	#content a{
		color:#777;
		font-weight:bolder;
		text-decoration:none;
	}
	
	
	
	
	
#navigation{
	width:56px;
	float:left;
}
	#navigation .sup{
		list-style-type:none;
		margin:2px 2px;
		
}
	#navigation ul{
		list-style:circle;
}
	#navigation a{
		color:white;
		font-weight:bolder;
		text-decoration:none;
}				
	#navigation .sup li{
		margin: 3px 0 !important;
		margin:-4px 0;
		font-size:10px;
		width:160px;
}

#navigation .sup a:hover{
		background-color:#039;
}

	#navigation a.scrolling{
		color:#933;
}












.section{
	width:515px;
	position:relative;
}

.section ul{
	list-style-type:none;
}

.section .sub{
	position:relative;
	float:left;
	width:515px;
	height:410px;
}
	
		.section .next, .section .prev{
			font-size:18px;
			position:absolute;
			bottom:15px;
			letter-spacing:-2px;
		}
		.section .next{
			right:30px;
		}
		.section .prev{
			left:30px;
		}









