/* horinaja default */
.horinaja ul {
	width:482px;
	margin:0px;
  position: relative;
  margin-left:0;
}

.horinaja ul li{
  background: transparent;
  display: block;
  top: 0;
  width:482px;

}

/* horinaja pagination */
ol.horinaja_pagination {
  width: 120px !important;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #74BEEA;
  padding: 4px;
  clear: both;

}

ol.horinaja_pagination li {
  width: 24px !important;
  float: left;
  display: block;
  padding-top: 3px;
}

ol.horinaja_pagination li a {
  width: 24px !important;
  display: block;
  float: left;
  color: white !important;
  text-align: center;
  font: 14px Arial, sans-serif !important;
  cursor: pointer;
}
