@charset "UTF-8";
/* CSS Document */

/* slidewrapper */
#slidewrapper {
	position: relative;
	background-color: #fff;
	border: 1px solid #C9CACA;
	width: 1000px;
	height: 520px;
	overflow: hidden;
}
#slidewrapper ul li {
  display: block;
  float: left;
}
#images { overflow: hidden; }
#thumbs {
  height: 70px;
  overflow: hidden;
}
#images {
	width: 1000px;
	height: 371px;
}
#thumbs { }
#thumbs img {
	width: 230px;
	height: 82px;
	cursor: pointer;
	margin-top: 35px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	border: thin dotted #F00;
}
#thumbs img.selected {
  opacity: 0.8;
  -ms-filter: "alpha( opacity=80 )";
  filter: alpha(opacity=80);
}
#prev {
	width: 28px;
	height: 28px;
	display: block;
	position: absolute;
	left: 40px;
	bottom: 60px;
	background-color: transparent;
	background-image: url(../img/u36.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#next {
	width: 28px;
	height: 28px;
	display: block;
	position: absolute;
	left: 930px;
	bottom: 60px;
	background-color: transparent;
	background-image: url(../img/u37.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
