﻿#slideshow {

  width:840px;
  height:190px;
  position:relative;


}

#slideshow #slidesContainer {

width:840px;
  height:190px;
  overflow:hidden;
  position:absolute;
  left:0;
  top:0;

}

#slideshow #slidesContainer .slide {

width:840px;
  height:190px;

}

.control {
  display:block;
  width:39px;
  height:190px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}

#leftControl {
  top:0;
  left:0;
  position:absolute;
  background: url('leftc.png') no-repeat center;
  z-index:1000;
}

#rightControl {
  top:0;
  right:0;
   position:absolute;
  background: url('rightc.png') no-repeat center;
   z-index:1000;
}

#pageContainer {
  margin:0 auto;
  width:960px;
}
ext-indent: -10000px;
}
