
/* CSS Scroll Specification Starts Here */
.overflowBox{
	width:670px;
	height:311px;
	float:left;
	position:relative; /*in STRICT this messes up IE THIS causes the whole problem*/
	overflow:none;
	left: 0;
	top:26px;
	bottom:28px;

}
.overflowBox p {
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.ag-innerBox{
	position:relative; /*in STRICT this messes up IE THIS causes the whole problem*/ 
	top:0px;
	left:0px;
	float:left;
}
.ag-track{
	height:1px;
	width:7px;
	background-image:url(../images/scroll-bar.gif);
	background-position:left top;
	background-repeat:repeat-y;
	float:left;
}
.ag-handle{
	height:21px;
	width:5px;
	float:left;
	background-image:url(../images/scroll-button.gif);
	background-repeat:no-repeat;
	background-position:left top;
	cursor:pointer;
}
div.overflowBox p.spacingtop{padding-top:28px;padding-right:20px}
div.overflowBox p.spacing{padding-right:20px}
div.scrollspacing{
padding:0 20px 0 0;
margin:0
}

/* CSS Scroll Specification Ends Here */
