

.ag-innerBox{
	position:relative; /*in STRICT this messes up IE THIS causes the whole problem*/ 
	top:0px;
	left:0px;
	background:#242013;
	float:left;
}


.ag-track{
	height:10px;
	width:10px;
	background:#504710;
	float:left;
}

.ag-handle{
	height:80px;
	width:10px;
	background:#74660c;
	cursor:pointer;
}
