.ag-innerBox{
	position:relative; /*in STRICT this messes up IE THIS causes the whole problem*/ 
	top:0px;
	left:0px;
	float:left;	
	
}


.ag-track{
	height:10px;
	width:100px;
	float:left;
	background-image:url(../images/scroll_bar.gif);
	background-repeat:no-repeat;
	padding-top:2px;
	
	
}


.ag-handle{
	height:23px;
	background-image:url(../images/scroll_drag_new.gif);
	background-repeat:no-repeat;
	margin-left:0px;
	cursor:pointer;
	width:25px;	   
}

.overflowBox{
	height:385px;
	width:570px;
	overflow:auto;
	/*border:1px solid #cccccc;*/
}


