#myScroll, #myScroll1, #myScroll2, #myScroll3 {
float:left;
}

#myScroll .scrollEl, #myScroll1 .scrollEl, #myScroll2 .scrollEl, #myScroll3 .scrollEl {
background:url("../elements/elBgnd.png") repeat-x;
border:1px solid #ddd;
font-size: 12px;
font-family: Helvetica, 'Lucida Grande', Verdana, Arial, Sans-Serif;
padding:10px;
color:#6D6F71;
/*CSS3 properties*/
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}

#controls, #controls1, #controls2, #controls3, #controls div, #controls1 div, #controls2 div, #controls3 div {
font-family:sans-serif;
margin-top:5px;
background:#fff;
float:left;
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, #controls1 .sel, #controls2 .sel, #controls3 .sel {
color:black !important;
font-weight:bold;
}

#controls .disabled, #controls1 .disabled, #controls2 .disabled, #controls3 .disabled {
color:gray;
}

#controls .page, #controls1 .page, #controls2 .page, #controls3 .page {
padding:5px;
color:gray;
}