@charset "utf-8";
/* ------------------------------------------------------------------
/
/
------------------------------------------------------------------- */
/* this makes it possible to add next button beside scrollable
-------------------------------------------------------------------- */
.scrollable {
	float:left;
}

/* prev, next, prevPage and nextPage buttons
-------------------------------------------------------------------- */
a.browse {
	display:block;
	width:16px;
	height:71px;
	float:left;
	cursor:pointer;
	font-size:1px;
	background-color: #F3F;
	
}

/* right
-------------------------------------------------------------------- */
a.right {
	clear:right;
	background-image: url(../images/ishi_ushiro.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	position: absolute;
	left: 890px;
	top: 100px;
	z-index: 100;	
}
/* left
-------------------------------------------------------------------- */
a.left {
	background-image: url(../images/ishi_mae.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	position: absolute;
	left: 0px;
	top: 100px;
	z-index: 101;
} 


/* disabled navigational button
-------------------------------------------------------------------- */
a.disabled {
	visibility:hidden !important;		
} 	


