
.scroller { height:270px; }
/* Slider */
.list_carousel {
  position:absolute;
  left:-1px;
  bottom:0;
  background-color: #FFF;
  width:666px;
  padding:0 30px;
  height:255px;
  -webkit-box-shadow: 1px 1px 10px #2c2c2c;  /* webkit browser*/ 
  -moz-box-shadow: 1px 1px 10px #2c2c2c;  /* firefox */ 
  box-shadow: 1px 1px 10px #2c2c2c;
}
.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  width:666px;
  height:255px;
  padding-left:12px;
}
.list_carousel li {
  color: #999;
  text-align: left;
  width: 219px;
  height: 255px;
  padding: 0;
  margin:0;
  display: block;
  float: left;
}
.list_carousel li .slider-item { padding:10px; padding-left:0; }

.list_carousel.responsive {
  width: auto;
  margin-left: 0;
}
.clearfix {
  float: none;
  clear: both;
}
.prev {
  position:absolute;
  left:0;
  top:0;
  width:30px;
  height:255px;
  background:#707173 url(../images/layout/prev.png) 7px center no-repeat;
}
.next {
  position:absolute;
  right:0;
  top:0;
  width:30px;
  height:255px;
  background:#707173 url(../images/layout/next.png) 7px center no-repeat;
}
.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;
}

