#myScroll1 .scrollE {
  display:none;
  background:url("/i/right_c.jpg") repeat-x;
  background-position: center top;
  height:238px;
  /*CSS3 properties*/
}
#controls1 {
	background-image: url(/i/right_t.jpg);
	background-position: center bottom;
	height: 36px;
	text-align: center;
	background-repeat: no-repeat;
	padding-left: 10px;
}
#controls1 div{
	font-family:sans-serif;
	margin:3px 1px 2px;
	background:#fff;
	display:inline-block;
	padding:3px 6px;
	cursor:pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow:1px 1px 1px 1px #999;
	-webkit-box-shadow:1px 1px 1px 1px #999;
	width: 38px;
	float: left;
	font-size: 20px;
	font-weight: bold;
}

#myScroll1{
  margin-right:0px;
}

#controls .sel, #controls1 .sel{
  color:black !important;
  font-weight:bold;
}
#controls .disabled, #controls1 .disabled{
	color:#CCC;
}
#controls .page, #controls1 .page{
	padding:5px;
	color:#CCC;
}
