
* body{margin:0;padding: 0;position: relative;} 
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  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;
  }

.caption {
  position: absolute;
  display:  block;
  top: 0;
  left: 100;
  right: 0;
  padding: 20px;
  font-family: 'arial', sans-serif;
  font-size: smaller;
  text-align: left;
  background: #000;
  background: rgba(0,0,0, .4);
  color: rgba(255,255,255, .6);
}


#menu_block{position: absolute; top:30px;left:20px; list-style: none;}


#menu_block li a{
  margin-left: 9px;
  font-size:40px;
  text-decoration:none;
  color:#000;
  font-family: 'arial', sans-serif;
  text-transform: uppercase;
  opacity: 0.2;
  font-weight: bold;
}

#menu_block li a:link{color:#000;}
#menu_block li a:hover{opacity: 0.9; color: #fff;}







