div#wn1 { 
	position:relative; 
	width:220px; 
	height:115px; 
	overflow:hidden;	
	}
    
/* needed when dw_scrollObj.printEnabled = true */
div#lyr1 {
    position:absolute;
    font-size: 13px;
    color: #FFF;
}
    
/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
    position:relative;
    width:11px; height:200px; 
    /* font-size:1px;  img display block is the solution, but people remove it then ask for help! */
    }
div#track { 
    position:absolute; left:0; top:12px;
    width:11px; height:176px;
    background: #336;
    }
div#dragBar {
    position:absolute; left:1px; top:1px;
    width:9px; height:20px;
    background-color:#ceced6;
    }  
div#up { position:absolute; left:0; top:0; }  
div#down { position:absolute; left:0; bottom:0; }

div.scroll_controls, div#extra_controls, div#scrollbar { 
    display:block; /* display:none initially , to hide from incapable */
    } 

div#scrollbar img {
    display:block; /* so no gap or misplacement due to image vertical alignment */
    } 
    
/* for safari, to prevent selection problem for clutzy draggers */
div#scrollbar, div#track, div#dragBar, div#up, div#down {
    -moz-user-select: none;
    -khtml-user-select: none;
}


div.holder1 {
    float:left;
    width:245px;
    height:125px;
    }
    
div#wn1 { 
    margin:6px;
    }

div.scroll_controls {
    float:right;
    position:relative;
    margin-top:10px;
    width:18px; 
    height:110px;   
    }
    
/* position arrows */
div.scroll_controls .up {
    position:absolute;
    left:0; top:0px;
    }
div.scroll_controls .dn {
    position:absolute;
    left:0; bottom:0;
    }
    
img { border:none; } /* image maps */
    

div#scrollbar {
    float:right;
    margin-top:6px;
    }
    
    div#wn1 h1, h2, h3, p {
    	margin: 0;
    	padding: 0 0 5px 0;
    }
    
    
    
    
    
