#slider {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: auto;
	z-index:0;
}

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

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

.bx-prev {
	top: 44%;
		left: 10px;

}

.bx-prev{
	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 {
	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.2;
	filter: alpha(opacity=20);
}

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

/*隙間を無効化してから隙間を設定する*/
.bx-pager {
	width: 960px;
	text-align:center;
	padding:0px 0 4px 0;

}
.bx-pager p {
	display: inline-block;
	background: #000;
	width: 13px;
	height: 13px;
	margin-right: 1px;
	letter-spacing: normal;
	*display: inline;
	*zoom: 1;
}


