.slideshow { 
    position: relative; 
    width: 807px; 
    height: 390px; 
    padding: 0px; 
	background-image:url('../pict/animaatio1.jpg');
	background-repeat:no-repeat ;
	background-position:center top; 

}

.slideshow > div { 
    top: 0px; 
    left: 0px; 
    right: 0px; 
    bottom: 0px; 
}

.slideshowsisa > div { 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    right: 0px; 
    bottom: 0px; 
 
}

#rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  width: 807px; 
  height: 390px; 
  }

#rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

#rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

#rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }