﻿.page{
	width: 100%;
	margin-top: 50px;

	
}
.page p{
	font-family: 'Arial';
	text-align: center;
	margin-bottom: 0;
}
.page span{
	font-family: 'Arial';
	text-align: center;
	margin-bottom: 0;
}
.page  a{
	display: inline-block;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	font-size: 16px;
	color: #666666;
	border: 1px solid #cdcdcd;
	border-radius: 100%;
	text-align: center;
	line-height: 40px;
}




#murlpages {
text-align:center;
}

.page  a:hover{
	text-decoration: none;
	border: 1px solid #ef7c0f;
	color: #ef7c0f;
}


current
.page .pageOn{
	background: #ef7c0f;
	color: #fff;
}

.page .current a{
	background: #ef7c0f;
	color: #fff;
}

/*.page  span:hover{
   text-decoration: none;
	border: 1px solid #ef7c0f;
	color: #ef7c0f;
}*/
.page .pageOn:hover{
	background: #ef7c0f;
	color: #fff;
}