/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#SBWindow	{
	position:relative;
	overflow:hidden;
	width:520px;
	height:270px;
	overflow:hidden;
	z-index:1;
	}
div.SBContent {
	position:relative;
	z-index:1;
	width: 510;
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#SBscrollbar {
	position:relative;
	left:0;
	top:0;
	width:11px;
	height:250px;
	font-size:1px;
	z-index:1;
  }
div#SBtrack { 
  position:absolute; left:0; top:12px;
  width:11px; height:225px;
  background: url("../images/track.gif") #dddddd repeat;
  z-index:1;
  }
div#SBdragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#aaaaaa;
  z-index:1;
  }  
div#SBup { position:absolute; left:0; top:0; z-index:2 }  
div#SBdown { position:absolute; left:0; bottom:0; z-index:3 }  

