#myScroll{
	padding-top: 10px;
}
#myScroll .scrollEl{
  background: url(../images/auction/auction_thumb_bg.png) no-repeat left top;
  color:white;
  height: 136px;
  text-align: left;
	width: 237px;
	float: left;
	font: 180% Georgia, "Times New Roman", Times, serif;
	padding: 11px;
	margin: 0;
}
#myScroll1 .scrollEl{
  display:none;
  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;
}

#controls div, #controls1 div{
  margin-top:5px;
  background: transparent;
  display: none;
  padding:6px;
  cursor:pointer;
  -moz-border-radius: 2px;
  -webkit-border-radius: 4px;
  -moz-box-shadow:#000 1px 1px 1px;
  -webkit-box-shadow:#000 1px 1px 1px;
	font: 1em Georgia, "Times New Roman", Times, serif;
	color: white;
}

#myScroll1{
  float:left;
  margin-right:20px;
}

#controls .sel, #controls1 .sel{
  color: silver;
  font-weight:bold;
	display: none;
}
#controls .disabled, #controls1 .disabled{
  color:gray;
}
#controls .page, #controls1 .page{
  padding:5px;
  color: white;
}