div#sale_content .list_carousel {
    margin: 0 40px;
	padding-bottom: 20px;
	height: 235px;
}
.list_carousel .goodslist {
	overflow: hidden;
}
.list_carousel.responsive {
  width: auto;
  margin-left: 0;
}
.list_carousel .prev {
  float: left;
  position: relative;
}
:root .list_carousel .prev {
  /* margin-top:-190px \0/; /* IE9 */
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
      .list_carousel .prev {
          float:left;
          position: relative;
      }
}
.list_carousel .next {
  float: right;
  position: relative;
}
:root .list_carousel .next {
/*         margin-top:-190px \0/; /* IE9 */
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
      .list_carousel .next {
        float: right;
        position: relative;
      }
}
      .list_carousel .pager {
        float: left;
        width:0px;
        text-align: center;
      }
      .list_carousel .pager a {
        margin: 0 5px;
        text-decoration: none;
      }
      .list_carousel .pager a.selected {
        text-decoration: underline;
      }
      .list_carousel .timer {
        background-color: #999;
        height: 6px;
        width: 0px;
      }
