.scroll-more-div{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	clear: left;
	height: 47px;
	background: #747474;
	position: relative;
	bottom: 260px;
	z-index: 1000;
	box-shadow: 6px 6px 0 #aaaaaa;
	border-bottom: 1px solid #aaa;
}
a.infinite-scroll-more{
	display: block;
	width:210px;
	text-align: center;
	margin: 10px auto;
	cursor: pointer;
	color: #fff;
	background: #ee3124;
	border: none;
	padding: 8px;
	border-radius: 5px;
	/*box-shadow: 2px 3px 0 #aaaaaa;*/
	z-index: 1000;
	text-transform: uppercase;
	position: relative;
	top: 6px;
	font-weight:bold;
	font-size: 18px;
	font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	letter-spacing: 0.1em;
}
.loading_posts{
/*	width: 140px;
	margin: auto;
	display: none;*/
}
.loading_posts img{
	margin-left:30px;
}
@media only screen and (min-width: 0px) and (max-width: 980px) {
	.scroll-more-div{
		width: 100%;
	}
}
@media only screen and (min-width: 0px) and (max-width: 500px) {
	.scroll-more-div{
		position:relative;
		bottom:660px;
		left:-21px;
		box-shadow: 0px 6px 0 #aaaaaa;
	}
}