.scrolldiv {
	height:100%;
	overflow:hidden;
	width:auto;
	margin:0px;
	margin-right:15px;
	position:relative;
}

.scrollbar {
	height:100%;
	display:block;
	width:15px;
	position:absolute;
	top:0px;
	right:0px;

}

.up {
	top:0px;	
	background-image:url("seta_cima.jpg");
	background-color:#161616;
}
.down {
	bottom:0px;
	background-image:url("seta_baixo.jpg");
	background-color:#161616;
}

.botao {
	margin:0px;
	padding:0px;
	position:absolute;
	border:none;
	left:2px;
	width:10px;
	height:11px;
	background-position: center center;
	background-repeat: no-repeat;
}




.scrollLine {
	display:block;
	position:relative;
	width:auto;
	margin:auto;
	margin-top:11px;
	margin-bottom:11px;
/*	background-color:rgb(24,24,24); */
	background-image: url("scrollbg.jpg");
	background-position:center center;
	background-repeat:repeat-y;

} 

.scrollButton {
	display:block;
	position:absolute;
	top:0px;
	width:11px;
	height:11px;
	padding:0px!important;
	margin:0px;
	border:none 0px;
	background-color:transparent;
	background-image: url("bolinha.jpg");
	background-position:center center;
	background-repeat:no-repeat;
	left:2px;
}
