/********** SLIDER **********/
.background-slider {
 background-image:url(../image-files/androidwebsimulator-302x570.png);
 float:left; width:302px; height:570px; margin-right:20px;}
.slider {
  max-width: 250px;
  margin: 0px auto 0px auto;
  z-index:100;
  }
.slide-viewer {
    position: relative; /* needed for IE7 */
    top:116px;
    overflow: hidden;
    height: 370px;
    left:1px;}

.slide-group {
    width: 250px;
    height: 370px;
    position: relative;
    max-width: 302px;
      }

.slide {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;}

.slide:first-child {
    display: block;}


/********** BUTTONS **********/
.slide-buttons {
  text-align: center;
}

.slide-btn {
  border: none;
  background: none;
  color: #0099ff;
  font-size: 200%;
  line-height: 0.5em;
  z-index:101;

  margin-top:120px;}

.slide-btn.active, .slide-btn:hover {
  color: #ffff99;
  cursor: pointer;}
