#wrapper{
  /*display:none;*/
  margin:0px;
  width:658px;
   height:100px;
}

#myScroll{
/*display:none;*/
float:left;
}
.scrollEl{
  display:none;
 font-family:sans-serif;
  font-size:180%;
  color:white;
  height:100px;
  padding:0px;
  padding-top:0px;

}
#controls, #controls1{
float:left;
}
#controls div, #controls1 div{
  font-family:sans-serif;
  margin-top:25px;
  background:#fff;
  /*display:inline-block;*/
  padding:0px;
  cursor:pointer;
  /*
 
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow:#999 2px 2px 2px;
  -webkit-box-shadow:#999 2px 2px 2px;*/
}
#controls .sel, #controls1 .sel{
  color:black !important;
  font-weight:bold;
}
#controls .disabled, #controls1 .disabled{
  color:gray;
}
#controls .page, #controls1 .page{
  padding:5px;
  color:gray;
}