.scrolldiv {
	height:100%;
	overflow:hidden;
	width:auto;
	margin:0px;
	margin-right:20px;
}

.scrollbar {
	height:100%;
	display:block;
	width:16px;
	position:absolute;
	top:0px;
	right:0px;

}

.up {
	top:0px;
	background-image:url("seta_cima.gif");
}
.down {
	bottom:0px;
	background-image:url("seta_baixo.gif");
}

.botao {
	margin:0px;
	padding:0px;
	position:absolute;
	border:none;
	left:0px;
	width:16px;
	height:12px;
	background-position: center center;
	_background-position: center center;
	background-color:transparent; 
	background-repeat: no-repeat;
}

.scrollLine {
	display:block;
	position:relative;
	width:10px;
	margin:auto;
	margin-top:12px;
	margin-bottom:12px;
	background-image: url("scrollbg.gif");
	background-position:center;
	_background-position:center;
	background-repeat:repeat-y
} 

.scrollButton {
	display:block;
	position:absolute;
	top:0px;
	width:10px;
	height:10px;
	padding:0px;
	margin:auto;
	border:none;
	background:transparent;
	background-image: url("scroll.gif");
	background-position:center center;
	background-repeat:no-repeat;
}

.scrolls {overflow:hidden;position:relative;}

