/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold	{ 
	position:relative; overflow:hidden;
	width:280px; height:76px; 
}

div#contesthold	{ 
	position:relative; overflow:hidden;
	width:310px; height:75px; 
	}
div#wn	{ 
	position:absolute; 
	left:3px; top:0px; 
	width:310px; height:75px; 
	clip:rect(0px, 310px,75px, 0px); 
	overflow:hidden;	
	}
	
div#contestwn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:310px; height:75px; 
	clip:rect(0px, 310px, 75px, 0px); 
	overflow:hidden;	
	}

div.content { 
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	line-height:normal; 
		}
/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative; left:0; top:0; bottom:8px;
  width:14px; height:65px; 
  font-size:1px;   }
div#contestscrollbar { 
  position:relative; left:0; top:0;
  width:1px; height:40px; 
  font-size:1px;
  }
div#track { 
  position:absolute; left:4; top:50px;
  width:0px; height:0px; /*change*/
  /*background: url("images/corporate_bottom_image/dot_v.gif") #336 repeat;*/

  }
 div#contesttrack { 
  position:absolute; left:4; top:12px;
  width:0px; height:0px;
/*  background: url("images/track.gif") #336 repeat; */

  }
div#dragBar {
  position:absolute; left:0px; top:0px;
  width:10px; height:0px;

  background-color:transperant;
  } 
  
 div#contestdragBar {
  position:absolute; left:0px; top:1px;
  width:1px; height:0px;
  background-color:#ffffff;

  }  
div#up { position:absolute; left:0; top:0; width:14px; height:11px;  }  
div#down { position:absolute; left:0; bottom:0; }  

div#space { position:absolute; left:-20; bottom:0;  background-image:url(../images/spacer.gif); height:60px; width:159px; border:1px solid red ;}  

