/******************************************************** 
  Copyright (C) 2007 gloom it (gloomit.de)
  Axel Rothenbuecher and Phillip Kroll GbR
  Beschreibung: CSS für Scrollleisten
  Projekt: agenturzwo.de
*********************************************************/

.innerBox{
	position:relative; /*in STRICT this messes up IE THIS causes the whole problem*/ 
	top:0px;
	left:0px;
	background:#3e3d40;
	float:left;
	
	   
}

.jScrollPaneContainer{
  margin-right: 20px; 
  padding-right: 10px;
}

.scrollTrack{
	height:10px;
	width: 9px;
	background:#3e3d40;
	float:left;
	border: 1px solid white;
  border: 1px solid white;
  margin-left: 8px;
}

.scrollHandle{
	height:20px;
	width:10px;
	background: white;
	cursor:pointer;
}

.ag-makeScroll{
  overflow: hidden;
  margin-right: 37px;
}


