
#wrapper{
  display:none;
  margin:0;
  margin-top:0px;
  height:auto;
  width:100%;
}

#myScroll{
/*display:none;*/
}
#myScroll .scrollEl{
  display:none;
  background:url("elements/elBgnd.png") repeat-x;
  border:1px solid #ddd;
  font-weight: bold;
  font-size:14px;
  color:#999999;
  height:150px;
  padding:5px;
  text-shadow:#999 1px 1px 1px;
  text-align:left;
}


#controls span{
  font-size: 15px;
  margin:0;
  background:#fff;
  display:inline-block;
  padding:0 5px 5px 5px;
  cursor:pointer;
}

#controls .sel{
  color:#ff9933 !important;
  font-weight:bold;
}
#controls .disabled{
  color:gray;
}
#controls .page{
  padding:2px;
  color:gray;
}