/*********************** SCROLLERS ***********************/
.root {
position: relative;
height: 490px;
width: 635px;
background: url(../img/scroll_bg.gif) no-repeat right center;
}

.thumb {
position: absolute;
height: 95px;
width: 20px;
left: 10px;
}
.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: 20px; height: 91px; }

.scrollContainer {
position: absolute;
left: 2px;
top: 19px;
width: 630px;
height: 490px;
overflow: auto;
clip: rect(0, 630, 490, 0);
}

.scrollContent {
position: absolute;
left: 0;
top: 0;
width: 600px;
padding: 2px 0;
}

.scroll_bg { background: url(../img/scroll_bg.png) no-repeat; position: relative; width: 630px; height: 490px; z-index: 1; }

