div#contentBody
{
	position: relative;
	text-align: center;
	padding: 0px;
	margin: 0px;
	height: 98%;/** 2% is left for padding */
	margin-top: 4px;
	overflow: hidden;
}

div#scrollingDiv
{
	position: relative;
	text-align: center;
	width: 97%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	/**float: left;*/
}

div#contentScrollbar 
{ 
  position: absolute;
  width: 3%;
  top:0px;
  width:11px; 
  height:100%;
  padding: 0px;
  margin: 0px;
  font-size:1px; 
  z-index:500;
  margin-left: 99%;
}

div#contentTrack
{ 
  width:11px; 
  height:89%;
  background: url("/images/max3_images/scrollTrack.gif") #1E7AC5 repeat;
  z-index:1000;
  margin: 0px;
  padding: 0px;
} 

div#contentDragBar
{
  position: absolute;
  margin-top: 11px;
  top:0px;
  left:0px;

  width:9px; height:0px;
  background-color:#A3BFE4;
  background: url("/images/max3_images/scrollBar.gif")  repeat;
  z-index:1000;
}

div#up 
{ 
	top: 0px;
	left: 0px;
	height: 11px; 
	z-index:1500; 
}  

div#down 
{ 
    margin: 0px;
	height: 11px;
	z-index:1500;	
} 