#slider {
	position: relative;
	padding-left:10px;
	width: 634px;
	height: auto;
	z-index:0;
}


/*boot strap対応*/
#slider ul  {
	margin:0!important;
}

.bx-next {
	top: 47%;
		right: 10px;
}

.bx-prev {
	top: 47%;
		left: 20px;

}

.bx-prev{
	opacity: 0.6;
	position: absolute;
  width: 11px;
  height: 23px;
  vertical-align: text-top;
	background-image: url("/house/bch/images/arrow_left.png");
  background-repeat: no-repeat;	
	text-indent: -9999px;
}
.bx-next {
	opacity: 0.6;
	position: absolute;
  width: 11px;
  height: 23px;
  vertical-align: text-top;
	background-image: url("/house/bch/images/arrow_right.png");
  background-repeat: no-repeat;	
	text-indent: -9999px;
}

.bx-pager img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.bx-pager a.active img {
	opacity: 1;
	filter: alpha(opacity=100);
}

/*隙間を無効化してから隙間を設定する*/
.bx-pager {
	border:none;


}
.bx-pager p {
	*display: inline;
	*zoom: 1;
}
.bx-pager a {
	border:none;
	color:#FFFFFF;
	text-decoration:none;
opacity: 1;
	filter: alpha(opacity=100);
}
.bx-pager a.active {
	border:none;
	color:#FFFFFF;
	text-decoration:none;
	opacity: 1;
	filter: alpha(opacity=100);
}
