/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold	{
	position:relative;
	overflow:hidden;
	width:760px;
	height:420px;
	z-index:100;
	}
div#wn	{
	position:absolute;
	left:0px;
	top:0px;
	width:760px;
	height:420px;
	clip:rect(0px,760px,450px,0px);
	overflow:hidden;
	z-index:1;
	}
div.content {
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	visibility: visible;
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbarizq { 
  position:relative; left:0; top:0;
  width:11px; height:450px; z-index:1;
  }
div#track {
	position:absolute;
	left:0;
	top:12px;
	width:9px;
	height:420px;
	z-index:1;
  }
div#dragBar {
	position:absolute;
	left:1px;
	top:1px;
	width:9px;
	height:20px;
	z-index:1;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
  }  
div#upizq {
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
}  
div#downizq {
	position:absolute;
	left:0;
	bottom:0;
	z-index:3;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
}  

/* Styles for demo, not necessary for scrolling layers */  
body  { overflow:hidden; text-align:center }
body, td  { }  
th	{ font-size:1.4em; text-align:left }	
a:link, a:visited { }	
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 }
table.main {
	width:750px;
	margin:auto;
	text-align:left;
	height: 450px;
  }
table.main td.text, table.main td.navs { vertical-align:top; text-align:left }
td#scrollLinksizq  { width:12px }
td.navs ul { margin:0; padding:0; list-style:none }
td.navs ul li { margin:0 0 .6em .4em }
td.navs ul li a { text-decoration:none }
td.navs ul li a:hover { text-decoration:underline }div#scrollbardcha {

  position:relative; left:0; top:0;
  width:11px; height:450px; 
  font-size:1px; z-index:1;
}
div#trackdcha {
	position:absolute;
	left:0;
	top:12px;
	width:11px;
	height:420px;
	z-index:1;
}
div#dragBardcha {
	position:absolute;
	left:1px;
	top:1px;
	width:10px;
	height:20px;
	z-index:1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
div#downdcha {
	position:absolute;
	left:0;
	bottom:0;
	z-index:3;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
div#updcha {
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
}
td#scrollLinksdcha {
width:12px
}
