/* @override http://t3.doppelpack.com/fileadmin/templates/ragginger/css/scroll-rel.css */

/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold0	{ 
height:450px;
overflow:hidden;
position:relative;
width:740px;
z-index:10;
	}
div#wn0	{
height:450px;
left:0px;
overflow:hidden;
position:absolute;
text-align:left;
top:0px;
width:740px;
z-index:1;
	}
div.content0 { 
	position:absolute; 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#scrollbar0 { 
float:right;
font-size:1px;
height:472px;
left:0pt;
margin:0px;
padding:0pt;
position:relative;
top:0pt;
width:11px;
z-index:1;
  }

#maincontent0 {
float:left;
}

div#track0 { 
  background: url("../images/track.gif") #336 repeat;
  height:450px;
  left:0px;
  position:absolute;
  top:12px;
  width:11px;
  z-index:1;
  }
div#dragBar0 {
  /*position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#FFFFFF;
  z-index:1;*/
  background-color:#FFFFFF;
height:20px;
left:1px;
position:absolute;
top:1px;
width:9px;
z-index:1;
  }  
div#up { position:absolute; left:0; top:0; z-index:2 }  
div#down { position:absolute; left:0; bottom:0; z-index:3 }  
img{ border:0;}
