#slider {
	position: relative;
	margin: 0 auto;
	width: 100%;
}

/*boot strap対応*/
#slider ul  {
	margin:0!important;
}
.slider li{
	text-align: center;
}

.bx-next {
	top: 38%;
	right: 10px;
	background-position: -456px -72px;
}

.bx-prev {
	top: 38%;
	left: 10px;
	background-position:-432px -72px;
}

.bx-prev, .bx-next {
	position: absolute;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
	background-image: url("../../bootstrap/img/glyphicons-halflings.png");
  background-repeat: no-repeat;	
	text-indent: -9999px;
}

.bg_img,
.bg_img_tate  {
	margin: 0 auto 0;
	width: 100%;
}
.bg_img img{
	width:100%;
	height:auto;
}
.bg_img_tate img{
	width: auto;
	height:500px;
}

.bx-pager img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

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

/*隙間を無効化してから隙間を設定する*/
.bx-pager {
  letter-spacing: -.40em;
}
.bx-pager a img{
	width:100%;
	height:auto;
}

html.lt-ie8 .bx-pager a {
	margin-right: 0;
}

