/*! http://responsiveslides.com v1.54 by @viljamis */

#slide{
width : 100%;
background : black;
z-index : 50;
height : 660px;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
  width : 980px; 
  background : black url(../img/slide1ter.jpg) center 60px no-repeat;  
  height : 660px;
  z-index : 300;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width : 90px;
  left: center;
  top: 0;

  }

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

.rslides img {
  display: block;
  height: auto;
  float: left;
  border: 0;  
  margin: 0 auto;
  margin-top : 60px;
  height : 600px;  
  }

