/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold{ 
	position:relative;
	margin-left:1px;
	overflow:hidden;
	width:700px;
	height:410px; 
	z-index:100; 
	
}

div#wn{ 
	position:absolute;
	left:0px;
	top:0px; 
	width:700px;
	height:410px; 
	clip:rect(0px,700px,600px,0px); 
	overflow:hidden;
	z-index:1;
}

div.content { 
	position:absolute; 
	visibility:hidden;
	margin-left:5px;
	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 { 
	position:relative;
	width:11px;
	height:410px; 
	font-size:1px; 
	z-index:1;
}

div#track {
	position:absolute;
	width:11px;
	height:410px;
	background: url("images/track.gif") repeat;
	z-index:1;
	/*	border:2px solid red;*/
}

div#dragBar {
	position:absolute;
	width:9px;
	height:20px;
	background-color:#b1a37e;
	z-index:1;
	
}  

div#up {
	position:absolute;
	z-index:2;
}  

div#down{
	position:absolute;
	bottom:0px;
	z-index:3;
}  

a img{
	border:none;
}

table.main {
	clear:both;
	width:720px; 
	text-align:left;
}

td#scrollLinks{
	width:6px;
	padding-top:2px;
}