

.ag-innerBox{
	position:relative; /*in STRICT this messes up IE THIS causes the whole problem*/ 
	top:0px;
	left:0px;
	float:left;
	width:435px !important; 
}

.ag-track{
	height:10px;
	width:10px;
	float:left;
}

.ag-handle{
	height:123px;
	width:16px;
	background-image: url(images/scroll_handle.gif);
	background-repeat:no-repeat;
	cursor: default;
}

