#navigation, #content,.section{
	padding:0;
	margin:0;
	list-style:none;
}
#content{
	overflow:hidden;
	width:160px;
	position:relative;
	height:440px;
	float:left;
	margin-left:23px;
}
	#content h2{
		color:#993333;
		margin:20px 0pt;
	}
	#content a{
		color:#777;
		font-weight:bolder;
		text-decoration:none;
	}

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

	.section .sub{
		position:relative;
		float:left;
		padding:0 21px 42px 45px;
		width:567px;
		height:440px;
	}
		.section .sub p{
			width:550px;
			margin:16px 0;
			font-size:85%;
			line-height:1.4em;
		}
		.section .sub img{
			display:block;
			margin:0px 0 10px 0;
			border:1px solid white;
		}
		.section .sub a.next img{
			border:0;
		}
		.section .sub a.prev img{
			border:0;
		}
		.section .next{
			position:absolute;
			bottom:3px;
		}
		.section .prev{
			margin:0 0 3px 45px;
		}
		.section .next{
			left:45px;
		}

