div.texto_left {
	display:inline; float:right; overflow:auto;
	width:920px; height:500px;
}
.simple .scrollbar-pane {
    margin-right: 15px; padding:0;
}
.simple .scrollbar-handle-container {
    width: 6px;
	background:#fff;
}

/*.simple .scrollbar-handle-container.hover,
.simple .scrollbar-handle-container.move {
    background:none;
}
*/


/* handle */
.simple .scrollbar-handle {
    width: 6px; margin:0;
	background-color: #bdbdbd;
}
	.simple .scrollbar-handle .curvaT {
		display:block;
		width:6px; height:3px; position:absolute; top:0; left:0;
		background:url(../imagens/layout/bg_curvat.gif) no-repeat 0 0;
	}
	.simple .scrollbar-handle .curvaB {
		display:block;
		width:6px; height:3px; position:absolute; bottom:0; left:0;
		background:url(../imagens/layout/bg_curvab.gif) no-repeat 0 0;
	}
/*
.simple .scrollbar-handle:hover {
}

.simple .scrollbar-handle.move {
    background-color: #705c00;
}*/


/* arrow up */
.simple .scrollbar-handle-up {
	display:none;
    width: 29px;
    height: 1px;
	top:0 !important;
	background:url(../imagens/layout/arrowup.png) no-repeat;
	margin-bottom: 1px;
}

/*.simple .scrollbar-handle-up.hover,
.simple .scrollbar-handle-up:hover {
}

.simple .scrollbar-handle-up.move {
}
*/

/* arrow down */
.simple .scrollbar-handle-down {
	display:none;
    width: 29px;
    height: 1px;
	bottom:0px !important;
	background:url(../imagens/layout/arrowdown.png) no-repeat;
	margin-top: 1px;
}
/*
.simple .scrollbar-handle-down.hover,
.simple .scrollbar-handle-down:hover {
}

.simple .scrollbar-handle-down.move {
    background-color: #999;
}
*/