

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


.ag-track{
	height:15px;
	width:15px;
	background:#cccccc;
	float:left;
}

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


