@charset "utf-8";

/* slidewrapper */
#slidewrapper {
  position: relative;
  background-color: #fff;
  border: 1px solid #C9CACA;
  width: 642px;
  height: 250px;
  overflow: hidden;
	margin:6px 0px;

}
#slidewrapper ul li {
  display: block;
  float: left;
}
#images { overflow: hidden; }
#thumbs {
  height: 40px;
  overflow: hidden;
}
#images {
  width: 642px;
  height: 200px;
}
#thumbs { }
#thumbs img {
  width: 180px;
  height: 40px;
  margin: 5px 2px 0 2px;
  cursor: pointer;
}



#thumbs img.selected {
  opacity: 0.8;
  -ms-filter: "alpha( opacity=80 )";
  filter: alpha(opacity=80);
}
#next {
  width: 15px;
  height: 21px;
  display: block;
  background: transparent url("../images/cam/bg_carousel_right.png") no-repeat 0 0;
  position: absolute;
  left: 617px;
  bottom: 18px;
}

#prev {
  width: 15px;
  height: 21px;
  display: block;
  background: transparent url("../images/cam/bg_carousel_left.png") no-repeat 0 0;
  position: absolute;
  left: 10px;
  bottom: 18px;
}