#product_list_turner {
	text-align: center;
	margin: 15px;
  font-size: 16px;
  font-weight: bold;
  font-family: Arial;
}
div.turner {
	overflow: hidden;
	margin: auto;
}
div.turner_num, div.turner_num_active {
	border: solid 1px #E2E2E2;
  text-align: center;
  width: 20px;
  height: 20px;
  float: left;
  font-weight: bold;
  margin-right: 3px;
  padding-top: 4px;
}
div.turner_num {
  color: #2E7901;
  background-color: #F4F4F4;
  /*cursor: pointer;*/
}
div.turner_num_active {
  color: #ffffff;
  background-color: #D8E2FB;
}
a.turner_num_text {
	text-decoration: none;
	color: #5268D5;
}