#slider {
	position: relative;
	padding-left:10px;
	width: 685px;
	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.5;
	filter: alpha(opacity=50);
}

.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: 0.5;
	filter: alpha(opacity=50);
}
.bx-pager a.active {
	border:none;
	color:#FFFFFF;
	text-decoration:none;
	opacity: 1;
	filter: alpha(opacity=100);
}

.bx-pager a.raku {
display:block;
width:259px;
height:90px;

background-image:url("/house/bch/products/images/img_style_btn1.gif");
text-indent:-9999px;}
.bx-pager a.active.raku {
background-position:0 -90px;
}

.bx-pager a.eco {
display:block;
width:259px;
height:90px;
background-image:url("/house/bch/products/images/img_style_btn2.gif");
text-indent:-9999px;}
.bx-pager a.active.eco {
background-position:0 -90px;
}

.bx-pager a.uni {
display:block;
width:259px;
height:110px;
background-image:url("/house/bch/products/images/img_style_btn3.gif");
text-indent:-9999px;}
.bx-pager a.active.uni {
background-position:0 -110px;
}