



.mbScrollable {
   
}
#myScroll .scrollElborrar {
	display:none;
        background:url("elements/elBgnd.png") repeat-x;
	border:1px solid #ddd;
	font-family:sans-serif;
	color:white;
        
	height: 200px;
	padding:10px;
	padding-top:60px;
	text-shadow:#999 1px 1px 1px;
	text-align:center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.scrollEl{
	border:1px solid #ddd;
	font-family:sans-serif;
	background: rgb(249, 249, 249);
	height: 200px;
	text-align:center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}


#controls div{
	font-family:sans-serif;
	margin-top:5px;
	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;
}

#controls .sel{
	color:black !important;
	font-weight:bold;
}
#controls .disabled{
	color:gray;
}
#controls .page{
	padding:5px;
	color:gray;
}
#controls2 div{
	font-family:sans-serif;
	margin-top:5px;
	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;
}

#controls2 .sel{
	color:black !important;
	font-weight:bold;
}
#controls2 .disabled{
	color:gray;
}
#controls2 .page{
	padding:5px;
	color:gray;
}
