div#colright .cont { }
.scroller { width: 440px; }
/* Slider */
.list_carousel {
  position:absolute;
  right:0;
  top:0;
  background-color: #FFF;
  width:255px;
  padding:30px 0;
  height:495px;
  -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:255px;
  height:525px;
  padding-top:10px;
}
.list_carousel li {
  color: #999;
  text-align: left;
  width: 245px;
  height: 243px;
  padding: 0;
  margin:0;
  display: block;
  float: left;
}
.list_carousel li .slider-item { padding:10px; padding-top:0; }

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

