#wrap{
  background: #000;
  width: 480px;
  height: 210px;
  margin:0 auto;
}
#slider{
  width: 320px;
  float: left;
  background: #fff;
}
#slider img{
  width: 320px;
}
#slider a img:hover{
	-moz-opacity:0.7;
	opacity:0.7;
	filter: alpha(opacity=70);
}
#slider div a{
	display: block;
	background: #fff;
}
#slider p a{
	display: block;
	line-height: 30px;
	height: 30px;
	text-align: center;
	background: #000;
	color: #fff;
}
#slider p a:hover{
	background: #555;
}
.slide-item{
  img{
    width: 100%;
  }  
}
#thumbnail-list{
  width: 160px;
  float: right;
  height: 210px;
  overflow: hidden;
}
.thumbnail-item{
  cursor: pointer;
  padding: 3px 10px 3px 10px !important;
  color: #999;
  font-size:11px;
  height: 32px !important;
  background: #000;
}

.slick-current  {
color: #fff;
  background: #000;
  background: -moz-linear-gradient(top, #000 0%, #999 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000), color-stop(100%,#999));
}