.itemListView  .resplc-loadmore{
	display:block;
	overflow:hidden;
	text-align:center;
	margin-top:30px;
	clear:both;
}

.itemListView  .resplc-loadmore .resplc-loadmore-btn{
	padding: 8px 12px 0px 12px;
    display: inline-block;
    color: #444444;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 18px;
}

.itemListView   .resplc-loadmore .resplc-loadmore-btn .resplc-image-loading{
	background:url('../images/301.GIF') no-repeat scroll center center transparent;
	width:24px;
	height:24px;
	display:none;
	margin-right:10px;
	vertical-align:middle;
}

.itemListView  .resplc-loadmore .resplc-loadmore-btn:after{
	content: attr(data-rlc_label);
}