.Container {
	position:relative;
	top:0px; left:30px;
	width:470px;
	height:200px;
	background:transparent; 
}
#Scroller-1 { 
	position:relative; 
	overflow:hidden;
	width:470px;
	height:200px;
}
.Scroller-Container {
	position:relative;
	top:0px; left:0px;
}
#Scrollbar-Container {
	position:relative;
	top:0px; left:531px;
}
.Scrollbar-Up {
	cursor:pointer;
	position:absolute;
}
.Scrollbar-Track {
	width:10px; height:200px;
	position:absolute;
	top:10px; left:0px;
	background-image:url(../imgs/rolagem_barra_plano.gif);
	background-repeat:repeat-y;
	
}
.Scrollbar-Handle {
	position:absolute;
	width:10px; height:20px;
}
.Scrollbar-Down {
	cursor:pointer;
	position:absolute;
	top:215px;
}


