/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold	{ 
	position:relative; overflow:hidden;
	width:448px; height:340px; 
  z-index:100; 
	}
/* by bert / 06.03.2008 */
div#holdShop	{ 
	position:relative; overflow:hidden;
	width:448px; height:340px; 
  z-index:101; 
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:448px; height:340px; 
	clip:rect(0px, 448px, 340px, 0px); 
	/* overflow:hidden; */
	
	overflow: auto;
	z-index:1; 
	}
/* by bert / 06.03.2008 */
div#wnShop	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:448px; height:340px; 
	clip:rect(0px, 448px, 340px, 0px); 
	/* overflow:hidden; */
	
	overflow: auto;
	z-index:4; 
	}

div.content { 
	position:absolute; visibility:visible;
	left:0px; top:0px; 
	z-index:1; 
	
	width: 428px;
	}

/* 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:340px; 
  font-size:1px; z-index:1;
  
  float: right;
  display: none;
  }
/* by bert / 06.03.2008 */
div#scrollbarShop { 
  position:relative; left:0; top:0;
  width:11px; height:340px; 
  font-size:1px; z-index:4;
  
  float: right;
  display: none;
  }
div#track { 
  position:absolute; left:0; top:12px;
  width:11px; height:316px;
  background: url("/images/track.gif")  repeat;
  z-index:1;
  }
/* by bert / 06.03.2008 */
div#trackShop { 
  position:absolute; left:0; top:12px;
  width:11px; height:316px;
  background: url("/images/track.gif")  repeat;
  z-index:4;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#4F392A;
  z-index:1;
  }  
/* by bert / 06.03.2008 */
div#dragBarShop {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#4F392A;
  z-index:4;
  }  
div#up { position:absolute; left:0; top:0; z-index:2 }  
div#upShop { position:absolute; left:0; top:0; z-index:5 }  
div#down { position:absolute; left:0; bottom:0; z-index:3 }  
div#downShop { position:absolute; left:0; bottom:0; z-index:6 }  
