 .linkBox{
	text-align: center;
}
 .linkBox a.more{
	display: block;
	width: 180px;
	margin: 0 auto;
	padding: 10px 0;
	color: #fff;
	font-size: 12px;
	background: #B09A58;
}
 .linkBox a.more:after{
	content: ">>";
	font-size: 10px;
	position: relative;
	left: 5px;
	top: -1px;
}
