.scrolldiv {
	position:relative;
	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");
	visibility:hidden;
}
.down {
	bottom:0px;
	background-image:url("seta_baixo.gif");
	visibility:hidden;
}

.botao {
	margin:0px;
	padding:0px;
	position:absolute;
	border:none;
	left:0px;
	width:16px;
	height:12px;
	background-position: center center;
	background-color:transparent; 
	background-repeat: no-repeat;
}




.scrollLine {
	display:block;
	position:relative;
	width:14px;
	margin:auto;
	margin-top:12px;
	margin-bottom:12px;
	background-image: url("scrollbg.jpg");
	background-position:center center;
	background-repeat:repeat-y;
} 

.scrollButton {
	display:block;
	position:absolute;
	top:0px;
	width:14px;
	height:14px;
	padding:0px;
	margin:auto;
	border:none;
	background:transparent;
	background-image: url("scroll.gif");
	background-position:center center;
	background-repeat:no-repeat;
}
