._slider_ {
  margin-bottom: 10px;
  width: 280px;
  height: 350px;
  overflow: hidden;
}
._slider_ .slider_selecter {
  width: 100%;
  height: 50px;
  margin-top: 300px;
  background: url("/engine/skins/images/slider_selecter.png");
}
._slider_ .slider_title {
  height: 50px;
  font-size: 15px;
  color: #dcdcdc;
  vertical-align: middle;
  text-align: center;
}
._slider_ .slider_title a {
  color: #dcdcdc;
  font-size: 14px;
}
._slider_ .slider_back {
  cursor: pointer;
  width: 35px;
  height: 50px;
  background: url("/engine/skins/images/slider_back.png") no-repeat 50% 50%;  
}
._slider_ .slider_next {
  cursor: pointer;
  width: 35px;
  height: 50px;
  background: url("/engine/skins/images/slider_next.png") no-repeat 50% 50%;
}