/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold	{ 
	position:relative; overflow:hidden;
	width:100px; height:291px; 
    z-index:100; 
		}
div#contesthold	{ 
	position:relative; overflow:hidden;
	width:174px; height:380px; 
  z-index:100; 
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:100px; height:291px; 
	clip:rect(0px, 174px, 380px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div#contestwn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:100px; height:380px; 
	clip:rect(0px, 174px, 380px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div.content { 
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	z-index:1; 
	text-align:center;
	width:100px; background-image:url(../images/rightbg.gif); background-repeat:repeat-y; }
.content ul{padding:0; margin:0 0 0 11px; float:left; display:inline;}
.content li{padding:0; margin:5px 0 5px 0; list-style:none; float:left; display:inline;}
/* 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:60px; 
  font-size:1px; z-index:1;
  }
div#contestscrollbar { 
  position:relative; left:0; top:0;
  width:1px; height:60px; 
  font-size:1px; z-index:1;
  }
div#track { 
  position:absolute; left:4; top:50px;
  width:0px; height:0px; /*change*/
  /*background: url("images/corporate_bottom_image/dot_v.gif") #336 repeat;*/
  z-index:1;
  }
 div#contesttrack { 
  position:absolute; left:4; top:12px;
  width:0px; height:0px;
/*  background: url("images/track.gif") #336 repeat; */
  z-index:1;
  }
div#dragBar {
  position:absolute; left:0px; top:0px;
  width:10px; height:0px;
  z-index:1;
  background-color:transperant;
  } 
 div#contestdragBar {
  position:absolute; left:0px; top:1px;
  width:1px; height:0px;
  background-color:#ffffff;
  z-index:1;
  }  
