div#scrollLinks {
	float:left;
}

div#wn	{ 
	position:relative; 
	float:left;
	/* width:166px; height:166px; */
	width:540px; height:450px;
	overflow:hidden;
}

div#moveLt, div#moveRt {
	float:left;
	width:20px;
	padding-top:180px;
}

div#scrollbar { 
	display:none;
}

div#track { 
    position:absolute; left:12px; top:0;
    width:160px; height:11px; 
    background: #336;
  }
div#dragBar {
    position:absolute; left:1px; top:1px;
    width:20px; height:9px; 
    background-color:#ceced6;
  }  
div#lefta { position:absolute; left:0; top:0; }  
div#righta { position:absolute; right:0; top:0;  }

/* for safari, to prevent selection problem  */
div#scrollbar, div#track, div#dragBar, div#lefta, div#righta {
    -moz-user-select: none;
    -khtml-user-select: none;
}

/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar img {
    display:block; 
    } 

div#dv {
	width:3500px;
}

div.copyholder {
	float:left;
	width:510px;
	margin-right:20px;
	padding:5px;
}



