

#wrapper{
  margin-top:80px;
  display:none;
  margin:auto;
  width:1000px;
}

#myScroll{
/*display:none;*/
}
#myScroll .scrollEl{
  display:none;
  font-family:sans-serif;
  font-size:180%;
  color:white;
  height:420px;
  padding:10px;
  padding-top:60px;
  text-shadow:#999 1px 1px 1px;
  text-align:center;
 
}
#myScroll1 .scrollEl{
  display:none; 
  font-family:sans-serif;
  font-size:180%;
  padding:10px;
  padding-top:40%;
  color:white;
  height:100%;
  text-shadow:#999 1px 1px 1px;
  text-align:center;
  /*CSS3 properties*/
}


#controls div, #controls1 div{
 margin: 0;
	padding: 0;
width:300px;
position:absolute;
top:389px;
left:50%;
margin-left:-160px;
z-index:1000;
  font-family:sans-serif;
  margin-top:5px;
  background:#fff;
  display:inline-block;
  padding:6px;
  cursor:pointer;
  -moz-box-shadow:#999 0px -1px 2px;
  -webkit-box-shadow:#999 0px -1px 2px;
  z-index:2000;
}

#myScroll1{
  float:left;
  margin-right:20px;
}

#controls2 .sel, #controls3 .sel{
  color:black !important;
  font-weight:bold;
}
#controls2 .disabled, #controls3 .disabled{
  color:gray;
}
#controls2 .page, #controls3 .page{
  padding:5px;
  color:gray;
}

#myScroll3 .scrollEl, #myScroll2 .scrollEl{
padding:10px;
  padding-top:10%;}
  
