/* CSS Document */

div.scrollholder
{
	width: 680px;
	height: 270px;
	overflow: auto;
	z-index: 1;
	position: relative;
	margin-left: 0px;
	clip: rect(auto,auto,300px,auto);
}

div.scroll
{
	position: absolute;
	top: 365;
	z-index: 2;
	margin: 0px;
	padding: 0px;
	width: 663px;
}

/* <Scroll> */
div.track
{
	float:right;
	top: 365;
	width: 13px;
	height: 100%;
	font-size: 0;
	z-index: 3;
	background: url(../imagens/bgTrack.png) no-repeat center center;
	margin: 0px;
	padding: 0px;
}

div.drag_bar
{
	position: absolute;
	width: 13px;
	height: 14px;
	cursor: pointer;
	z-index: 4;
	background: url(../imagens/btTrack.png) no-repeat center center;
	margin-left: 667px;
}  

