body {
	margin-top:6px;
}
/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#holdcal	{
	position:relative;
	overflow:hidden;
	width:366px;
	height:520px;
	z-index:100;
	left: 6px;
	}
div#wncal	{
	position:absolute;
	left:0px;
	top:0px;
	width:366px;
	height:520px;
	clip:rect(0px,366px,520px,0px);
	overflow:hidden;
	z-index:1;
	}
div#holdnews	{
	position:relative;
	overflow:hidden;
	width:340px;
	height:260px;
	z-index:100;
	left: 4px;
	}
div#wnnews	{
	position:absolute;
	left:0px;
	top:0px;
	width:340px;
	height:260px;
	clip:rect(0px,340px,260px,0px);
	overflow:hidden;
	z-index:1;
	}
div#hold500	{
	position:relative;
	overflow:hidden;
	width:590px;
	height:479px;
	z-index:100;
	left: 0px;
	}
div#wn500	{
	position:absolute;
	left:0px;
	top:0px;
	width:590px;
	height:520px;
	clip:rect(0px,590px,520px,0px);
	overflow:hidden;
	z-index:1;
	}
div#hold240	{
	position:relative;
	overflow:hidden;
	width:590px;
	height:230px;
	z-index:100;
	left: 0px;
	}
div#wn240	{
	position:absolute;
	left:0px;
	top:0px;
	width:590px;
	height:230px;
	clip:rect(0px,590px,230px,0px);
	overflow:hidden;
	z-index:1;
	}
div#hold270	{
	position:relative;
	overflow:hidden;
	width:590px;
	height:260px;
	z-index:100;
	left: 4px;
	}
div#wn270	{
	position:absolute;
	left:0px;
	top:0px;
	width:590px;
	height:260px;
	clip:rect(0px,590px,260px,0px);
	overflow:hidden;
	z-index:1;
	}

div#hold500_4	{
	position:relative;
	overflow:hidden;
	width:590px;
	height:520px;
	z-index:100;
	left: 4px;
	}
div#hold700	{
	position:relative;
	overflow:hidden;
	width:726px;
	height:520px;
	z-index:100;
	left: 4px;
	}
div#wn700	{
	position:absolute;
	left:0px;
	top:0px;
	width:726px;
	height:520px;
	clip:rect(0px,726px,520px,0px);
	overflow:hidden;
	z-index:1;
	}
div.content {
	position:absolute;
	left:3px;
	top:1px;
	z-index:1;
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative; left:0; top:0;
  width:11px; height:22px; 
  font-size:1px; z-index:2;
  }
div#track {
	position:absolute;
	left:0;
	top:0px;
	width:11px;
	height:136px;
	background: url("images/track.gif") #336 repeat;
	z-index:2;
	visibility: hidden;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#ceced6;
  z-index:2;
  }  
div#up { 
	position:relative;
	left:0px;
	top: 300px;
  z-index:100; 
  }
div#down {
	position:absolute;
	left:0px;
	top: 11px;
	z-index:3;

}  
