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

.ag-handle{
	height:23px;
	width:25px;	
	cursor:pointer;
	background-image:url(../images/div_scroll_handle.png);
	background-repeat:no-repeat;
	background-position:left;	
	z-index:9999;

}

.ag-track{
	background-image:url(../images/div_scroll.gif);
	background-repeat:no-repeat;
	width:14px;	
	position:absolute;
	left:269px;
	cursor:pointer;
}

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

.ag-handle2{
	height:23px;
	width:25px;	
	cursor:pointer;
	background-image:url(../images/div_scroll_handle.png);
	background-repeat:no-repeat;
	background-position:left;	
	z-index:9999;

}

.ag-track2{
	background-image:url(../images/div_scroll_small.gif);
	background-repeat:no-repeat;
	width:14px;	
	position:absolute;
	left:453px;
	cursor:pointer;
}
