

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


.ag-track{
	height:10px;
	width:10px;
	background:#0F0F0F;
	float:left;
}

.ag-handle{
	height:10px;
	width:10px;
	background:#FFC00D;
	cursor:pointer;
}
