/* --------------------------------------------------------------------
	ユーザー定義　ビジュアル
--------------------------------------------------------------------- */
.btn-prev,
.btn-next{
	display: none;
	position: absolute;
	top: 40%;
	z-index: 900;
	width: 40px;
	height: 40px;
}
.btn-prev{
	right: 20px;
}
.btn-next{
	left: 10px;
}
.bx-prev,
.bx-next{
	display:block;
	width: 40px;
	height: 40px;
}

.bx-prev {
	background: url(../img/usr/mainvisual/pre.gif) no-repeat;
	text-indent: -9999px;
}
.bx-next {
	background: url(../img/usr/mainvisual/next.gif) no-repeat;
	text-indent: -9999px;
}
.bx-prev:hover,
.bx-next:hover{
	text-decoration: none;
	background-position: 0 -40px;
}
*:first-child+html .bx-prev,
*:first-child+html .bx-next{
	top: 0px;
}


.bx-pager-item{
	display: inline-block;
	width: 10px;
	height: 10px;
	padding-right: 10px;
}
.bx-pager-item a{
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	background: url(../img/usr/mainvisual/ico_navi.gif) no-repeat top;
}
.bx-pager-item a:hover,
.bx-pager-item a.active{
		background: url(../img/usr/mainvisual/ico_navi.gif) no-repeat bottom;
}
.bx-pager{
	margin-top: 10px;
	text-align: center;
}