#slidewrapper{
  position: relative;
width: 650px;
float: left;
background-color: #fff;
margin-top: 20px;
border-top-left-radius: 7px; 
border-top-right-radius: 7px; 
-webkit-border-top-left-radius: 7px; 
-webkit-border-top-right-radius: 7px;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright: 7px;
overflow: hidden;
    min-height: 375px;
border-top: solid 10px #FFF;
border-left: solid 10px #FFF;
border-right: solid 10px #FFF;
}

#slidewrapper ul li {
  display: block;
  float: left;
}
#images { overflow: hidden; }
#thumbs {
  xheight: 77px;
  overflow: hidden;
}
#images {
  width: 650px;
  height: 280px;

}

#thumbs img {
  width: 145px;
  height: 67px;
  margin: 20px 5px 0 5px;
  cursor: pointer;
  float: left;
}
#thumbs img.selected {
  opacity: 0.5;
  -ms-filter: "alpha( opacity=50 )";
  filter: alpha(opacity=50);
}


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


