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

#wrapper{
  display:none;
  margin:auto;
  margin-top:120px;
  width:700px;
}
*/
#myScroll{
/*display:none;*/
}
#myScroll .scrollEl{
  display:none;
  background:url("../images/elBgnd.png") repeat-x;
  border:1px solid #ddd;
  font-family:sans-serif;
  font-size:120%;
  color:white;
  height:70px;
  padding:8px;
  padding-top:8px;
  text-shadow:#999 1px 1px 1px;
  text-align: right;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  margin-top: 6px;
}

#myScroll .scrollEl a{
	text-decoration: none;
}

/*
#myScroll1 .scrollEl{
  display:none;
  background:url("../elements/elBgnd.png") repeat-x;
  border:1px solid #ddd;
  font-family:sans-serif;
  font-size:180%;
  color:white;
  height:100%;
  text-shadow:#999 1px 1px 1px;
  text-align:center;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

#myScroll1 .scrollEl span{
  display:block;
  padding:10px;
}

*/


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

#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;
}
