﻿/*********************** SCROLLERS ***********************/
.root     {
    position:relative;
    height:      200px;
    width:      489px;
    margin:       0px 0px 0px 0px;    
    }
.root p   {
    margin:      0px 0px 0px 0px;
    }
.thumb     {
    position:      absolute;
    height:      15px;
    width:      15px;
    left:       10px;
    background-image :url('/images/scroller_bar.png');
    }
.up   {
    position:      absolute;
    left:       10px;
    width: 15px;
    height: 15px;
    background-image :url('/images/scroller_up.png');
    }
    
.dn   {
    position:      absolute;
    left:       10px;    
    width: 15px;
    height: 15px;
    background-image :url('/images/scroller_dn.png');
    }
    
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img
{
	display: block;
	width: 15px;
	height: 15px;
    border:      0;
    }
.scrollContainer { 
    position:      absolute; 
    left:      2px; 
    top:      19px; 
    width:      350px; 
    height:      200px; 
    clip:      rect(0 467 200 0); 
    overflow:      auto; 
    }
.scrollContent { 
    position:      absolute; 
    left:      0px; 
    top:      0px; 
    width:      100px; 
    }

