div#hold {
position:relative;
overflow:hidden;
width:365px;
height:300px;
z-index:100;
background-color: #B1B2B4;
}
div#wn {
position:absolute;
left:0px;
top:0px;
width:365px;
height:300px;
clip:rect(0px, 365px, 300px, 0px);
overflow:hidden;
z-index:1;
}
div.content { 
position:absolute;
visibility:hidden;
left:3px;
top:0px; 
z-index:1; 
}
div#scrollbar {
position:relative;
top:0px;
width:13px;
height:340px;
font-size:1px;
z-index:1;
left: 10px;
}
div#track {
position:absolute;
left:1px;
top:29px;
width:13px;
height:280px;
background: url(../images/_sp_b5_h5_tr.gif);
z-index:1;
}
div#dragBar {
position:absolute;
left:0px;
top:1px;
width:13px;
height:29px;
z-index:1;
}  
div#up {
position:absolute;
left:0;
top:0;
z-index:2
}  
div#down {
position:absolute;
left:0;
bottom:0;
z-index:3
}
@media print {
div#hold {
overflow:visible;
width:650px;
height:0px;
}
div#wn {
width:650px;
height:0px;
clip:rect(0px, 500px, 0px, 0px);
overflow:visible;
}
div.content {
visibility: visible
left:20px;
top:20px;
}
div#scrollbar {
display: none;
}
div#track {
display: none;
}
div#dragBar {
display: none;
}  
div#up {
display: none;
}  
div#down {
display: none;
}
}

