div.content { 
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	z-index:1; 
	}

div#hold	{ 
	position:relative; overflow:hidden;
	width:550px; height:364px; 
  z-index:100; 
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:550px; height:364px; 
	clip:rect(0px, 550px, 364px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div#matrixhold	{ 
	position:relative; overflow:hidden;
	width:640px; height:244px; 
  z-index:100; 
	}
div#matrixwn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:640px; height:244px; 
	clip:rect(0px, 640px, 244px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div#insthold	{ 
	position:relative; overflow:hidden;
	width:560px; height:331px; 
  z-index:100; 
	}
div#instwn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:560px; height:331px; 
	clip:rect(0px, 560px, 331px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}

div#scrollbar  { font-size: 1px; position: relative; z-index: 1; top: 0; left: 0; width: 20px  }
div#track     { background-image: url("../images/vert_slider_track.png"); background-repeat: repeat-y; z-index: 1; width: 20px; height: 344px }
div#insttrack     { background-image: url("../images/vert_slider_track.png"); background-repeat: repeat-y; z-index: 1; width: 20px; height: 311px }
div#matrixtrack     { background-image: url("../images/vert_slider_track.png"); background-repeat: repeat-y; z-index: 1; width: 20px; height: 224px }
div#dragBar        { position: relative; z-index: 1; width: 12px; height: 12px }  
div#up   { z-index: 2; top: 0; left: 0; }  
div#down  { z-index: 3; bottom: 0; left: 0 }  