#slideshow #slidesContainer {
  margin:0 auto;
  width:550px;
  height:354px;
  overflow:hidden;
  position:relative;
}

#slide
{
    width:500px;
    height:354px;
}

#slideInner
{
    margin-left: 0px;
}

#rightControl
{

    position: absolute; top: 0; right: 0; width: 25px; height: 100%;
    background: url( "../images/ScrollRight.gif" ) center right no-repeat;

}

#leftControl
{

    position: absolute; top: 0; left: 0; width: 25px; height: 100%;
    background: url( "../images/ScrollLeft.gif" ) center left no-repeat;

}