#scrollbar_container {
	width:270px;
	position:relative;
	margin-top:15px;
	margin-left:19px;
	margin-bottom:10px;
}

#scrollbar_track {

	position:absolute;
	top:0;
	right:0;
	height:100%;
	width:10px;
	background:url(linhascrol.png) repeat-y;
	cursor:move;
}

#scrollbar_handle {
	width:9px;
	border:1px solid #000000;
	background:tranparent;
	cursor:move;
	background-color: #000000;
}

#scrollbar_content {
	height:150px;
	overflow:hidden;
	margin-right:10px;
}

