/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */

div#hold	{ 
	position:relative; overflow:hidden;
	width:417px; height:187px; z-index:100;
	/*background-color:lime;*/
	}
div#wn	{ 
	position:relative; 
	left:0px; top:0px; 
	width:417px; height:187px; 
	clip:rect(0px, 417px, 187px, 0px); 
	overflow:hidden;	
	z-index:1; 
	/*background-color:red;*/
	}
div#lyr1	{ 
	position:relative; visibility:hidden; 
	left:0px; top:0px; 
	z-index:1; 
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar1 { 
  position:relative; visibility:hidden;
  left:1px;
  width:387px; height:12px; 
  font-size:1px; z-index:2
}
div#track1 { 
  position:relative; left:0; top:1;
  width:387px; height:12px;
  background-color: #f2f2f2;
  /* 11background: url("../../../../img/scroller/track.gif") lime repeat; */
  z-index:1
 }
div#dragBar1 {
  position:relative; left:0px;
  width:0px; height:10px;
  background-color:#949293;
  /* 11background: url("../../../../img/slider_pos.gif") #949293 repeat; */
  border: 0;
  z-index:1
}  






div#hold2	{ 
	position:relative; overflow:hidden;
	width:425px; height:198px; z-index:100;
	/*background-color:lime;*/
	}
div#wn2	{ 
	position:relative; 
	left:0px; top:0px; 
	width:425px; height:198px; 
	clip:rect(0px, 425px, 198px, 0px); 
	overflow:hidden;	
	z-index:1; 
	/*background-color:red;*/
	}
div#lyr2	{ 
	position:relative; visibility:hidden; 
	left:0px; top:0px; 
	z-index:1; 
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar2 { 
  position:relative; visibility:hidden;
  left:1px;
  width:16px; height:170px; 
  font-size:1px; z-index:2
}
div#track2 { 
  position:relative; top:0;
  width:16px; height:170px;
  background-color: #FFF;
  /* 11background: url("../../../../img/scroller/track.gif") lime repeat; */
  z-index:1
 }
div#dragBar2 {
  position:relative; left:0px;
  width:14px; height:170px;
  background-color:#949293;
  /* 11background: url("../../../../img/slider_pos.gif") #949293 repeat; */
  border: 0;
  z-index:1
}  
