/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold	{ 
	overflow:hidden;
	width:400px; height:400px;
	float:left;
	}

div#btns{
float:left;
}	

div#wn	{ 
	position:relative; 
	top:0px; 
	width:400px; height:370px; 
	clip:rect(0px, 280px, 200px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div.content { 
	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#scrollbar { 
  width:11px; height:165px; 
  font-size:1px; z-index:1;
  }
div#track { 
  width:11px; height:128px;
  background: url("images/track.gif") #fdfefe repeat;
  z-index:1;
  margin:0px;
  border:0px;
  }
div#dragBar {
  position:relative; left:0px; top:0px;
  width:9px; height:20px;
  background-color:#c0dde0;
  z-index:1;
  }  
div#up { z-index:2 margin:0px; border:0px;}  
div#down { z-index:3 margin:0px; border:0px;}  

/* Styles for demo, not necessary for scrolling layers */  
body  { text-align:center }
body { font: 12px verdana, arial, helvetica, sans-serif; }  

a img { border:none }
p { margin: 0 0 .6em 0 }
h2 { font-size:1.2em; margin:0 0 .6em 0 }
h3 { font-size:1.1em; margin:0 0 .6em 0 }
div.content { text-align:left }
a:active
{
color:#FFFFFF;
text-decoration:none;
}
a:hover
{
color:#FFFFFF;
text-decoration:none;
}
a
{
color:#554e4b;
text-decoration:none;
}
img
{
margin:0px;
border:0px;
padding:0px;
}
h1
{
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
float:left;
color:#081115;
}
