#slides {
  -webkit-box-shadow: 0 0 20px #000; 
  -moz-box-shadow: 0 0 20px #000;
  box-shadow: 0 0 20px #000;
  margin-bottom: 40px !important;
  }

#slides2 {
  margin: 0 auto;
  }

.anotherslideshow_tabs {
  font-size: 18px;
  margin: 0 auto 50px;
  padding: 10px 0;
  list-style: none;
  width: 100%;
  max-width: 540px;
  text-align: center;
  background: rgba(0,0,0,.25);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  }

.anotherslideshow_tabs li {
  display: inline;
  }

.anotherslideshow_tabs li:first-child {
  margin-left: 0;
  }

.anotherslideshow_tabs a {
  -webkit-tap-highlight-color: rgba(0,0,0,.01);
  padding: 8px 20px;
  color: #666;
  }

.anotherslideshow_tabs .anotherslideshow_here a {
  color: #fff;
  background: rgba(255,255,255,.1);
  font-weight: bold;
  }

#download {
  -webkit-box-shadow: 0 0 10px #000; 
  -moz-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  background: #333;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  margin: 60px auto;
  display: block;
  max-width: 500px;
  padding: 20px;
  }

#download:hover {
  background: rgba(255,255,255,.15);
  }

.footer {
  font-size: 11px;
  }

@media screen and (max-width: 600px) {

  }
