.scrolldiv {
    position:relative;
	height:100%;
	overflow:hidden;
	width:auto;
	margin:0px;
	margin-right:15px;
}

.scrollbar {
	height:100%;
	display:block;
	background-color:#313131;
	width:15px;
	position:absolute;
	top:0px;
	right:0px;
}

.up {
	top:0px;
	background-image:url("../imgs/botaotop.png");
	left:-2px;
}
.down {
	bottom:0px;
	background-image:url("../imgs/botaodown.png");
	left:-2px;
}

.botao {
	margin:0px;
	padding:0px;
	position:absolute;
	border:none;
	left:0px;
	width:15px;
	cursor:pointer;
	height:13px;
	background-position:3px center;
	background-repeat: no-repeat;
	background-color:transparent;
}


.scrollLine {
	display:block;
	position:relative;
	width:10px;
	margin-top:13px;
	/*margin-bottom:11px; */
	background-color:#313131;
	background-position:3px center;
	background-repeat:repeat-y;

} 

.scrollButton {
	display:block;
	position:absolute;
	top:0px;
	width:16px;
	height:500px;
	padding:0px;
	margin:auto;
	border:none;
	cursor:pointer;
	background-image: url("../imgs/rolagem.png");
	background-position:center center;
	background-repeat:no-repeat;
	left:0px;
	background-color:transparent; 
}

