#Container {
	position:relative;
	left:2px;
	top:1px;
	width:566px;
	height:523px;
	margin:0px;
	overflow: hidden;
}
.Scroller-Container { position: absolute; background: transparent; }

#Scrollbar-Container {
  position: absolute;
  top: 6px; left: 565px;
  width: 10px; height: 529px;
}
.Scrollbar-Track {
  width: 20px; height: 529px;
}
.Scrollbar-Handle {
	position: absolute;
	width: 20px;
	height: 50px;
	background:url(../imagenes/barra.png);
	background-repeat:no-repeat;
	left: 2px;
	top: 5px;
}
#sbLine {
  position: absolute;
  width: 6px;
  height: 5px;
  left: 8px;
  font-size: 0px;
}
#List {
  position: absolute;
  top: 50px; left: 380px;
}
#List a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #7ABAD3;
  display: block;
  text-decoration: none;
  padding: 3px;
}
#List a:hover {
  color: #0B6589;
}
