#page {
	width: 630px;
	background: #fff;
	padding: 40px 34px;
	margin:0 auto;
}
.is_page {
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.pagenavi {
  font: 12px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  color:black;
  clear: both;
  font-weight: normal;
  text-align: right;
  padding:6px 0px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; 
  -khtml-border-radius: 3px;
}
.pagenavi a,
.pagenavi .current,
.pagenavi .inactive {
	padding: 5px 7px; /* set the look of the button */
	margin-left: 3px; /* distance between buttons */
	text-decoration: none; /* no underline on the links */
	-moz-border-radius: 3px; /* border radius for buttons */
	-webkit-border-radius: 3px; /* border radius for buttons */
	border-radius: 3px; /* border radius for buttons */
}
.pagenavi a,
.pagenavi .current,
.pagenavi .inactive {
	background:url(gradient.jpg) repeat-x scroll left top; /* set the style for every item */
	border:1px #9db0bc solid; /* set the border color */
}
.pagenavi .current {
	font-weight:bold;
}
.pagenavi a:hover {
	background: #f0c600;
}
.pagenavi .current {
	background: #41a2df;
}
.pagenavi .inactive {
	background: #b3b3b3;
	color:#414141;
	cursor:default;
	opacity:0.5;
}