/* CSS Scroll Specification Starts Here */
.overflowBox{
	width:533px;
	text-align:left;
	height:310px;
	float:left;
	position:absolute; /*in STRICT this messes up IE THIS causes the whole problem*/
	overflow:none;
	border:0px solid #cccccc;
	left:0px;
	top: 26px;
}
.ag-innerBox{
	position:relative; /*in STRICT this messes up IE THIS causes the whole problem*/ 
	top:0px;
	left:0px;
	float:left;
}
.ag-track{
	height:0px;
	width:60px;
	background-image:url(../images/scroll-bar.gif);
	background-position:top center;
	background-repeat:repeat-y;
	float:left;
}
.ag-handle{
	height:67px;
	width:60px;
	float:left;
	background-image:url(../images/scroll-button.gif);
	background-repeat:no-repeat;
	background-position:top center;
	cursor:pointer;
}
/* CSS Scroll Specification Ends Here */

.overflowBox p {
	margin:0 0 14px;
	padding:0 0 0 0;
}
