.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{ /* changes color behind scroller*/
	height:10px;
	width:20px;
	float:left;
	background: #000000;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}

.ag-handle{ /*changes color of scroller*/
	height:45px;
	width:10px;
	cursor:pointer;
	background-image: url(track.png);
}
