/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold2	{ 
	position:relative; overflow:hidden;
	width:350px; height:100px; 
  z-index:100; 
	}
div#contesthold2	{ 
	position:relative; overflow:hidden;
	width:350px; height:100px; 
  z-index:100; 
	}
div#wn2	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:350px; height:100px; 
	clip:rect(0px, 300px, 100px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div#wn2	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:300px; height:100px; 
	clip:rect(0px, 350px, 100px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div.content { 
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	z-index:1; 
	FONT-SIZE: 10px;
    COLOR: #2C2C2C;
    FONT-FAMILY: Arial,Verdana;
    TEXT-DECORATION: none
	}
/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar2 { 
  position:relative; left:0; top:0;
  width:1px; height:100px; 
  font-size:1px; z-index:1;
  }
div#homescrollbar2 { 
  position:relative; left:0; top:0;
  width:1px; height:100px; 
  font-size:1px; z-index:1;
  }
div#track2 { 
  position:absolute; left:4; top:0px;
  width:0px; height:100px; /*change*/
  background: url("images/corporate_bottom_image/dot_v.gif") #336 repeat;
  z-index:1;
  }
 div#hometrack2 { 
  position:absolute; left:4; top:12px;
  width:0px; height:176px;
  background: url("images/track.gif") #336 repeat;
  z-index:1;
  }
div#dragBar2 {
  position:absolute; left:0px; top:1px;
  width:1px; height:20px;
  background-color:#ff9900;
  z-index:1;
  } 
 div#homedragBar2 {
  position:absolute; left:0px; top:1px;
  width:1px; height:20px;
  background-color:#ceced6;
  z-index:1;
  }  
div#up2 { position:absolute; left:0; top:0; z-index:2 }  
div#down2 { position:absolute; left:0; bottom:0; z-index:3 }  
