/* horinaja default */

div#demo {
	width:300px;
	height:200px;
	display:block;
	margin: 20px auto 0 auto;
	padding:0;
}

.horinaja {
	position:absolute;
	right: 75;
	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:40px;
	position:absolute;
	clear:both;
	float:none;
	left:0;
}

ol.horinaja_pagination li {
	float:left;
	height:40px;
	display:block;
}

ol.horinaja_pagination li a {
	height:30px;
	display:block;
	background:transparent;
	float:left;
	color:black;
	font-weight:bold;
	text-align:center;
	font-size:12px;
	padding: 10px 0 0 0;
	cursor:pointer;
}

.horinaja .horinaja_leftright span {
	width:40px;
	margin-top:80px;
}

/* leftright */
div.horinaja_leftright {
	position:absolute;
	left:0;
	top:0;
}

/* for the left button : */
.horinaja .horinaja_leftright span.horinaja_left a { border: solid 0px red;}
/* for the right button : */
.horinaja .horinaja_leftright span.horinaja_right a { border: solid 0px blue;}

div.horinaja_leftright span a,div.horinaja_leftright span{
display:block;
width:40px;
height:40px;
}

div.horinaja_leftright span a,
div.horinaja_leftright span {
	cursor:pointer;
	position:absolute;
	top:0;
	left:0;
}

/* end of horinaja default */
