
/* horinaja default */
.horinaja{position:relative;overflow:hidden;}
.horinaja .horinaja_moved{position:relative;}
.horinaja .horinaja_moved li{background:transparent;display:block;top:0;}

/* capture */
div.capture{overflow:hidden;height:auto;width:100%;position:relative;}

/* horinaja pagination */
ol.horinaja_pagination{height:20px; position:absolute;clear:both;float:none; left:-10px; top:220px; background:white;}
	ol.horinaja_pagination li{float:left;height:40px;display:block;}
	ol.horinaja_pagination li a{ float:left; margin:0px 0px 0px 10px; padding:5px 0px 0px 0px; width:25px !important; height:20px; display:block; color:white; font-weight:bold; 
	background: url(../cssimg/site/puce_ronde_bleu.gif) 0px 0px no-repeat; font-size:12px; text-align:center; cursor:pointer;}
	ol.horinaja_pagination li a:hover{ }
	
/* leftright */
div.horinaja_leftright{position:absolute;left:0;top:0;}
div.horinaja_leftright span a,div.horinaja_leftright span{cursor:pointer;position:absolute;top:0;left:0;}
/* end of horinaja default */



.horinaja .horinaja_leftright span.horinaja_left a{
background:red url("image/btn_left.png") no-repeat; width:50px; height:50px; margin:250px 0px 0px 0px; display:block; cursor:pointer;
}
.horinaja .horinaja_leftright span.horinaja_right a{
background: url("image/btn_right.png") no-repeat; width:50px; margin:250px 0px 0px 0px;
}



