

ul{
		list-style:none;
		margin:0;
		padding:0;
	}
	a{
		text-decoration:none;
	
	}
	
	.container{
		margin-top:5px;
	}
	
	.viewer{
		width:1259px; 
	height:105px; 
	border-bottom: 1px solid #dddddd;
	margin:0 auto;
	overflow:hidden;
	}
	
	.viewer ul{		
		position:absolute;
		width:10000000px;
		min-width:10000000px;
		float:left;
		height:105px;
	}
	
	.viewer li{
		float:left;
		width:315px;
		cursor:pointer;
		font-size:16px;
		font-weight:400;
	
	}