.ag-innerBox{
	position:relative; /*in STRICT this messes up IE THIS causes the whole problem*/
	top:0px;
	left:0px;
	float:left;
	background-color: #FFFFFF;
}


.ag-track{
	height:607px;
	width:17px;
	float:left;
	background-image: url(scrollline2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	left: 3px;
}

.ag-handle{
	height:16px;
	width:17px;
	cursor:pointer;
	background-image: url(scrollbox.jpg);
	right: 4px;
}
