.scrolls {
	position:relative;
	overflow:hidden;
}

.scrollarea-ativo, .scrollarea-inativo {
	height:100%;
	overflow:hidden;
	width:auto;
	margin:0px;
}
.scrollarea-ativo {margin-right:22px;}

.scrollbar-ativo, .scrollbar-inativo {
	height:100%;
	display:block;
	width:11px;
	padding-left:2px;
	position:absolute;
	top:0px;
	right:0px;
	background-position:center center;
	background-repeat:no-repeat;	
}

.scrollbar-inativo {display:none;}

.up {
	top:0px;
	background-image:url("../imgs/setaup.png");
}
.down {
	bottom:0px;
	background-image:url("../imgs/setadown.png");
}

.botao {
	margin:0px;
	padding:0px;
	position:absolute;
	border:none;
	left:0px;
	width:15px;
	height:8px;
	background-color:transparent; 
	background-repeat: no-repeat;
	background-position:3px center;
}

.scrollLine {
	display:block;
	position:relative;
	width:16px;
	margin:auto;
	margin-top:8px;
	margin-bottom:8px;
	background-image: url("../imgs/bgscroll.png");
	background-position:3px center;
	background-color:transparent; 
	background-repeat: no-repeat;
} 

.scrollButton {
	display:block;
	position:absolute;
	top:0px;
	width:10px;
	height:30px!important;
	margin:auto;
	background-image: url("../imgs/scroll_icon.png");
	background-position:center center;
	background-repeat:no-repeat;
	border:none;
	border-width:0px;
	border-style:none;
}

