#scrollbarLeft {
	position: absolute;
	left:-446px;
}
#scrollTrack {
	margin: 0px;
	padding: 0px;
	height: 358px;
	width: 3px;
	position: absolute;
	left: 35px;
	top: 90px;
	background-image: url(../img/scrolltrack.gif);
	background-repeat: repeat-y;
}
/*height must be atleast 1px higher than the html page script i.e. instantiateScroller(0, "scroll0", 7, 0, height, width, 150);*/
.root {
	position:absolute;
	height:401px;
	width:359px;
	left:60px;
	top:90px;
	margin: 0px;
	padding: 0px;
}
.thumb {
	position:absolute;
	height:9px;
	width:15px;
	left:	10px;
}
.up, .dn {
	position:absolute;
	left:10px;
}
.up a, .up a img, .dn a, .dn a img, .thumb a, .thumb a img {
	border:0;
}
.scrollContainer {
	position:absolute;
	width:100%;
	overflow:auto;
}
.scrollContent {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	padding: 0px;
	margin: 0px;
	height: auto;
}
