#myScroll .scrollEl{
  display:none;
  /*background:url("/elements/elBgnd.png") repeat-x; */
  border: none;
  font-family:sans-serif;
  font-size:12pt;
  color:black;
  padding:10px;
  text-shadow:#999 1px 1px 1px;
  text-align: left;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  max-width: 100%;
}

#controls div{
  font-family:sans-serif;
  margin-top:5px;
  background: #EEE;
  border: 1px solid #666;
  display:inline-block;
  padding:6px;
  cursor:pointer;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow:#999 2px 2px 2px;
  -webkit-box-shadow:#999 2px 2px 2px;
  display: inline;
}

#myScroll1{
  float:left;
  margin-right:20px;
}

#controls .sel, #controls1 .sel{
  color:black !important;
  font-weight:bold;
}
#controls .disabled, #controls1 .disabled{
  color:gray;
}
#controls .page, #controls1 .page{
  padding:5px;
  color:gray;
}