/* Scroll Bar Master Styling Starts Here */
.root{
    position:relative;
    height: 250px;
	width:246px;
    margin:0px;
	padding:0px;
    }
.thumb{
    position:absolute;
    width:8px;
    left: 0px;
	top:5px;
	cursor:pointer;
    }
.up, .dn{
    position:absolute;
    left:0px;
    }
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
    border:0;
    }
.scrollContainer { 
	clip:rect(0 236 250 0);
    position:absolute; 
    width:226px !important; 
    height:250px;	
    overflow:auto; 
    }
.scrollContent { 
    position:absolute; 
	width:226px !important; 
    left:0px; 
    top:0px; 
    }
