body{
	font-family:"Lucida Sans Unicode","Lucida Grande",Helvetica,Arial,sans-serif;
	font-size:13px;
}

#wrapper{
  margin-top:10px;
  display:none;
  margin:auto;
  /*width:1000px;*/
}

#myScroll{
/*display:none;*/
}
#myScroll .scrollEl{
  display:none;
  --border:1px solid #ddd;
  font-family:sans-serif;
  font-size:180%;
  color:white;
  height:226px;
  width:900px;
  --padding:0px;
  --padding-top:0px;
  text-shadow:#999 1px 3px 3px;
  text-align:center;
  position:relative;
  z-index:11;
/*  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
*/
}


#controls div, #controls1 div{
	font-family:sans-serif;
	margin-top:0px;
	background:#fff;
	display:inline-block;
	padding:5px;
  --background:#F9EFE6;
	cursor:pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 4px;
	-moz-box-shadow:#555 5px 5px 5px;
	-webkit-box-shadow:#555 5px 5px 5px;
}

#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:4px;
  color:gray;
}