

.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:10px;
	float:left;
	background-image: url("http://www.bestshop-berlin.de/files/img/scrollbar.png");

}

.ag-handle{

	height:48px;
	width:8px;
	cursor:pointer;
}

.ag-handlei{
	height:18px;
	width:8px;
	margin-top:15px;
	margin-bottom:15px;
	background-color:#000;
}

.overflowBox  {
	overflow:hidden;
}

