/* horinaja default */

.horinaja{
	width:950px;
	height:350px;	
}
.horinaja ul{position:relative;}
.horinaja ul li{background:transparent;display:block;top:0;}
/* horinaja pagination */
ol.horinaja_pagination{height:40px;margin: 0 auto;position:relative;background:transparent;padding:5px 0 0 0;clear:both;margin-left:420px;}
ol.horinaja_pagination li{float:left;height:40px;display:block;width:17px !important;_margin-right:-172px;}
ol.horinaja_pagination li a{
	height:30px;
	display:block;
	float:left;
	color:transparent;
	font-weight:bold;
	text-align:center;
	font-size:0em;
	padding: 10px 0 0 0;
	cursor:pointer;
	background-image: url(../img/nav_banner.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

ol.horinaja_pagination li a:hover{
	height:30px;
	display:block;
	float:left;
	color:transparent;
	font-weight:bold;
	text-align:center;
	font-size:0em;
	padding: 10px 0 0 0;
	cursor:pointer;
	background-image: url(../img/nav_banner02.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
