.show-more-box{
	display:block;
	text-align:center;
	margin:50px 0 30px 0;

}
.show-more, .show-more:visited, .show-more:focus{
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	padding:20px 60px;
	background:#e4e4e4;
	color:#4c4c40;
	border: 1px solid #bdbcbc;
	border-radius:3px;
}
.show-more:hover{
	background:#cfcfcf;
	text-shadow:0 0 3px #ffffff;
	color:#373736;
}