#wrapper{
  margin-top:80px;
  display:none;
  margin:auto;
  width:256px;
}

#myScroll{
/*display:none;*/
}
#myScroll .scrollEl{
	display:none;
	background:url("graficos/elBgnd.png") repeat-x;
	border:1px solid #ddd;
	font-family:sans-serif;
	font-size:9pt;
	color:black;
	height:100px;
	padding:10px;
	padding-top:5px;
	text-shadow:#999 1px 1px 1px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	vertical-align: middle;
}

#controls div{
  font-family:sans-serif;
  font-size:8pt;
  margin-top:5px;
  background:#fff;
  display:inline-block;
  padding:4px;
  cursor:pointer;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-box-shadow:#999 2px 2px 2px;
  -webkit-box-shadow:#999 2px 2px 2px;
}

#controls .sel{
  color:black !important;
  font-weight:bold;
}
#controls .disabled{
  color:gray;
}
#controls .page{
  padding:5px;
  color:gray;
}
#controls #next {
	width: 45px;
}
#controls #prev {
	width: 45px;
}

