.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.bx-wrapper .bx-controls-direction a {
  display: none;
}

.bx-wrapper img {width:100%;}
.bx-viewport {
max-height: 311px;/*写真の最大縦幅*/
}
/**/
/**/

.bx-wrapper {
    background-color: transparent;
    margin: 0px auto 0px;
    border: none;
    /*border:1px solid #bfe190; 黄緑の枠*/
    box-shadow: none;/*枠なし*/
 	/*background:url(../image/base/topaddinfot.jpg) repeat-y;*/
}
.bx-wrapper img {
   display: block;
    margin: 0px auto;
}

.blur, .blur > img {
    margin: 0; padding: 0;
    border: 0;
    /*height: 311px;写真の縦幅*/
}

.blur {
    position: relative;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}
/*
*/
.blur:after {
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    /*写真の内側全体のぼかし 
    -moz-box-shadow: inset 0px 0px 10px 10px #fff;
    -webkit-box-shadow: inset 0px 0px 10px 10px #fff;
    box-shadow: inset 0px 0px 10px 10px #fff;
   */
    /*写真の左側のぼかし 
    box-shadow: inset 15px 0 10px -3px #fff;
    content: " ";*/
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 15px; /*pager の位置の変更 */
  width: 100%;
  z-index:51;
}