#navigation, #content,.section{
	padding:0;
	margin:0;
	list-style:none;
}
#content
{
    overflow:hidden;
    position:absolute; 
    left: 262px; 
    top: 375px; 
    width: 535px; 
    height: 155px;
}

.section{
	width:24000px;
	height:155px;
	position:relative;
}

	.section .sub{
		position:relative;
		float:left;
		padding:0px 0px 0px 0px;
		width:535px;
		height:155px;
	}
	
	ul, li {
	padding:0;
	margin:0;
	list-style:none;
	/*background-color: #ffffff;*/
}
