@media screen and (max-width: 600px) {
	
	#pageNation{
	display:block;
	overflow:hidden;
	margin:20px auto 0;
	width:100%;
}


.btnMargin{
	margin-left:50%!important;
}

}

@media screen and (min-width: 601px) {
	
	#pageNation{
	display:block;
	overflow:hidden;
	margin:20px auto 0;
	width:90%;
}


.btnMargin{
	margin-left:345px!important;
}

}

#pageNation .sB{
	width:50%;
	float:left;
	margin:0 0 10px 0;
}

#pageNation .sB a,
#pageNation .bB a
{
	background:#d52068;
	border-bottom:3px solid #c30d47;
	color:#FFF!important;
	display:block;
	padding:10px;
	margin:0 10px;
	text-align:center;
	font-size:14px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}


#pageNation .bB{
	margin:0 0 10px 0;
}

#pageNation .sB a:hover,
#pageNation .bB a:hover{
	text-decoration:none!important;
	transition: 0.2s ;
	opacity: 0.8 ;
	
}

#pageNation .bB{
	clear:both;
}

#pageNation .bB a{
	background:url(../img/arrow_w.png) no-repeat #d52068 97% 50%;
}
