.root {
position: relative;
width: 309px; height: 200px;
margin: 0;
}

.thumb {
position: absolute;
width: 15px; height: 9px;
left: 0;
}

.up, 
.dn {
position: absolute;
left: 0;
}

.up a,
.up a img,
.dn a,
.dn a img,
.thumb a,
.thumb a img {
border: 0;
}

.scrollContainer { 
position: absolute; 
left: 2px; top: 19px;
width: 300px; height: 400px;
clip: rect(0 467 200 0);
overflow: auto;
}

.scrollContent { 
position: absolute;
top: 0; left: 0;
width: 270px;
}


