body {
  margin: 0;
  padding: 0;
}

.clear {
  clear: left;
}

img {
  float: left;
}

.banner {
  width: 950px;
  margin: 0 auto;
}

#container {
  width: 100%;
  height: 130px;
  overflow: hidden;
  margin: 0 0 36px 0;
  clear: left;
  position: relative;
  left: 0;
  top: 0;
}

#scroller {
  height: 130px;
  width: 20000px;
  position: absolute;
  left: 0;
}

div.prop {
  float: left;
  clear: none;
  width: 211px;
  height: 130px;
  background: url(gfx/x.gif) 0 0 no-repeat #ddd;
}

#scroller a img {
  border: 0;
  width: 211px;
  height: 130px;
}

.btnRight, .btnLeft {
  width: 49px;
  height: 130px;
  position: absolute;
  top: 0;
  display: block;
}
.btnLeft {
  background: url(gfx/left.png) top left no-repeat #595959;
  left: 0;
}
.btnLeft:hover {
  background-position: top right;
}

.btnRight {
  background: url(gfx/right.png) top left no-repeat #595959;
  left: 100%;
  margin-left: -49px;
}
.btnRight:hover {
  background-position: top right;
}
