/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold1	{ 
	position:relative; overflow:hidden;
	width:200px; height:80px; 
  z-index:100; 
	}
div#contesthold1	{ 
	position:relative; overflow:hidden;
	width:200px; height:80px; 
  z-index:100; 
	}
div#wn1	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:200px; height:80px; 
	clip:rect(0px, 200px, 80px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div.content1 { 
	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#scrollbar1 { 
  position:relative; left:0; top:0;
  width:1px; height:80px; 
  font-size:1px; z-index:1;
  }
div#homescrollbar1 { 
  position:relative; left:0; top:0;
  width:1px; height:80px; 
  font-size:1px; z-index:1;
  }
div#track1 { 
  position:absolute; left:3; top:0px;
  width:0px; height:80px; /*change*/
  background: url("images/corporate_bottom_image/dot_v.gif") #336 repeat;
  z-index:1;
  }
 div#hometrack1 { 
  position:absolute; left:4; top:12px;
  width:0px; height:176px;
  background: url("images/track.gif") #336 repeat;
  z-index:1;
  }
div#dragBar1 {
  position:absolute; left:0px; top:1px;
  width:1px; height:20px;
  background-color:#ff9900;
  z-index:1;
  } 
 div#homedragBar1 {
  position:absolute; left:0px; top:1px;
  width:1px; height:20px;
  background-color:#ceced6;
  z-index:1;
  }  
div#up1 { position:absolute; left:0; top:0; z-index:2 }  
div#down1 { position:absolute; left:0; bottom:0; z-index:3 }  
