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


.ag-track{
	height:500px;
	width:12px;
	float:right;
	background-image: url(scrollline2.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	left: 0px;
}

.ag-handle{
	height:50px;
	width:12px;
	cursor:pointer;
	background-image: url(scrollbox.jpg);

	left: 2px;
}
