/*********************** SCROLLERS ***********************/
.root {
position: relative;
height: 365px;
width: 674px;
background: url(../img/scroll_bg.jpg) no-repeat 644px 28px; 
}



.thumb {
position: absolute;
height: 42px;
width: 22px;
left: 12px;
}
.up, .dn {
position: absolute;
left: 10px;
}
.up a, .up a img, .dn a, .dn a img, .thumb a, .thumb a img {
border: 0;
}

.thumb a img { width: 22px; height: 42px; }

.scrollContainer {
position: absolute;
left: 0px;
top: 0px;
height: 315px;
width: 674px;
overflow: auto;
clip: rect(0, 644, 355, 0);
margin-top: 35px;
}
.scrollContent {
position: absolute;
left: 0;
top: 0;
width: 600px;
padding: 2px 0;
}

.scroll_bg { position: relative; width: 630px; height: 490px; z-index: 10; }
