.gr_soft_carousel_container{
  margin:0;
  margin-bottom: 20px;
}
.gr_soft_carousel_headline{
    border-top: 1px #999 solid;
    text-align: left;
    background: #EEE url(/jquery/css/custom-theme/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    font-size: 110%;
    color: #494949;
    font-weight: 700;
    margin: 5px 0 0;
    padding: 5px;
}
.gr_soft_carousel_img{
    position: relative;
    padding: 50% 0 0;
    overflow: hidden;
}
.gr_soft_carousel_img figure{
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}
.gr_soft_carousel_img img{
    position: absolute;
    bottom: 0;
    left: 25px;
    width: 100px;
    display: block;
    margin: 0 auto;
}
.gr_soft_carousel_info{
  padding: 5px;
  line-height: 1.2;
  height: 5.3em;
}
.gr_soft_carousel_name{
    overflow: hidden;
    height: 3.6em;
}
.gr_soft_carousel_price_num{
  color: #ff0050;
  font-weight: bold;
}

/* slider custom */
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.bx-pager{
  display: none;
}
.bx-wrapper .bx-prev {
  left:0;
  background: url(http://trial.getchu.com/public/assets/image/softrecommend_left.png) no-repeat;/*prev用画像*/
}
.bx-wrapper .bx-next {
  right:0;
  background: url(http://trial.getchu.com/public/assets/image/softrecommend_right.png) no-repeat;/*next用画像*/
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 40%;
  margin-top: 0;
  width: 34px;
  height: 61px;
  z-index: 9999;
  color: #fcfcfc;
  text-decoration: none;
  font-size: 35px;
  font-weight: bold;
  -moz-text-shadow: 1px 1px 2px #333333;
  -webkit-text-shadow: 1px 1px 2px #333333;
  text-shadow: 1px 1px 2px #333333;
}


.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}