

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


.ag-track{
	height: 1px;
	width: 14px;
	background: url(bgtrack.gif) top right repeat-y;
	float: right;
	cursor:pointer;
}

.ag-handle{
	height: 10px;
	width: 10px;
	margin-left: 12px;
	margin-top: 2px;
	background: url(drag.gif);
	cursor:pointer;
}

