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

	position:relative; overflow:hidden; 
	width:550px; height:394px; 
	border:0px;
 
	}
div#wn	{
	position:relativ;
	left:0px;
	top:0px;
	width:500px;
	height:375px;
	overflow:hidden;
	z-index:3;
	border:0px
	}
div.content {
	position:absolute;
	visibility:visible;
	left:1px;
	top:1px;
	z-index:1;

	}



/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 

  position:relative; left:0; top:10x;
  width:15px; height:378px; 
  font-size:2px; z-index:1;
  background-color: #cccccc;
  }
div#track { 

  position:absolute; left:2; top:0px;
  width:15px; height:378px;
  background: url("http://www.excellent-escorts.com/images/buttons/track.gif") #ffffff repeat;
  z-index:1;

  }
div#dragBar {
	position:absolute;
	right:2px;
	left:1px; 
	width:13px;
	background-color:#ffffff;
	z-index:1;
	top:-12px;
	
  }  
div#up { position:absolute; left:0px; top:-12px; z-index:3; }  
div#down {
	position:absolute;
	left:0px;
	bottom:2px;
	z-index:2;
	height: 0px;
	width: 15px;
}  

