/* slidewrapper */
#slidewrapper {
  position: relative;
  background-color: #fff;
  width: 780px;
  height: 392px;
  overflow: hidden;
  margin-left:10px;
  margin-right:15px;
  margin-top:20px;
}

#slidewrapper ul li {
  display: block;
  float: left;
}

#images { overflow: hidden; }

#thumbs {
  height: 70px;
  overflow: hidden;
}

#images {
  width: 780px;
  height: 332px;
}
#thumbs {
	width:780px;}
	
#thumbs img {
  width: 110px;
  height: 47px;
  margin: 10px 10px 0px 0px;
  cursor: pointer;
}
#thumbs img.selected {
  opacity: 0.8;
  -ms-filter: "alpha( opacity=80 )";
  filter: alpha(opacity=80);
}
#prev {
  width: 50px;
  height: 50px;
  display: block;
  background: transparent url("../img/common/b_y2_2.png") no-repeat 0 0;
  position: absolute;
  left: 730px;
  bottom: 0px;
}
#next {
  width: 50px;
  height: 50px;
  display: block;
  background: transparent url("../img/common/b_y2_1.png") no-repeat 0 0;
  position: absolute;
  left:0px;
  bottom: 0px;
}
