

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


.ag-track{
	height:5px;
	width:5px;
	background-image:url(images/scroll.jpg);
	background-repeat:repeat-y;
	float:left;
}

.ag-handle{
	height:80px;
	width:5px;
	background:#dbdbdb;
	cursor:pointer;
}

