

.ag-innerBox{
	position:relative; /*in STRICT this messes up IE THIS causes the whole problem*/ 
	top:0px;
	left:0px;
	float:left;
	
}


.ag-track{
	height:55px;
	width:5px;
	background:#E6E8FA; 
	float:right;
	

}

.ag-handle{
	height:35px;
	width:5px;
	background:#97999c;
	cursor:pointer;
	

