#intro {
        width: 1580px;
        margin: 0 auto;
      }

.wrapper {
   /*background-color: white;*/
   width: 480px;
   margin: 40px auto;
   padding: 50px;
   box-shadow: 0 0 5px #999;
}
.list_carousel {
  background-color: #fff;
  margin: 0 0 0px 0px;
  width: 250px;
}

.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.list_carousel li {
  font-size: 40px;
  color: #262626;
  text-align: left;
  /*border: 1px solid #ff0000;*/
  width: 250px;
  height: 250px;
  padding: 0;
  margin: 0 20px 0 0;
  display: block;
  float: left;
}
 .list_carousel.responsive {
  float:left;
  width: 100%;
}

.clearfix {
  float: none;
  clear: both;
}


.prev img, .next img
{
opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
}
.prev img:hover, .next img:hover
{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}

.prev {
  clear:both; float: left;
  width:125px; height:20px;
  /*margin-left: 10px;*/

}

.next {
  float: left;
  width:125px; height:20px;
  /*margin-right: 10px;*/
}
      .pager {
        float: left;
        width: 300px;
        text-align: center;
      }
      .pager a {
        margin: 0 5px;
        text-decoration: none;
      }
      .pager a.selected {
        text-decoration: underline;
      }
      .timer {
        background-color: #999;
        height: 6px;
        width: 0px;
      }