#navigation, #content,.section{
	padding:0;
	margin:0;
	list-style:none;
}
#content{
	overflow:hidden;
	width:494px;
	background-color:white;
	position:relative;
	height:494px;
	float:left;
}

.section{
	width:3964px;
	height:494px;
	position:relative;
}

	.section .sub{
		position:relative;
		float:left;
		padding:0px 0px 0px 0px;
		width:494px;
		height:494px;
	}
	
	ul, li {
	padding:0;
	margin:0;
	list-style:none;
	background-color: #4f4138;
}
