/* slidewrapper */
#slidewrapper {
	position: relative;
	background-color: #000;
	width: 980px;
	height: 416px;
	overflow: hidden;
}
#slidewrapper ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	height: 347px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #000;
}
#slidewrapper ul li {
  display: block;
  float: left;
}
#images {
	overflow: hidden;
}
#thumbs {
	height: 69px;
	overflow: hidden;
}
#images {
	width: 980px;
	height: 343px;
	margin: 0px;
	padding: 0px;
}
#thumbs {
	border-top-width: 4px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}
#thumbs img {
	width: 196px;
	height: 69px;
	margin: 0px;
	cursor: pointer;
	padding: 0px;
}
#thumbs img.selected {
	opacity: 0.8;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha(opacity=80);
}
#prev {
  width: 15px;
  height: 21px;
  display: block;
  background: transparent url("../img/bg_carousel_right.png") no-repeat 0 0;
  position: absolute;
  left: 695px;
  bottom: 37px;
}
#next {
  width: 15px;
  height: 21px;
  display: block;
  background: transparent url("../img/bg_carousel_left.png") no-repeat 0 0;
  position: absolute;
  left: 15px;
  bottom: 37px;
}
