/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {line-height: 1px;font-size: 1px;position:absolute;top:0;left:0;background-color:none;}

/*green bar under scroller*/
.hscrollerbase {
height:33px;
width:100%;
background-color:#84B647;
z-index:0;
}

/*colored scrollbar*/
.hscrollerbar {
background: #84B647 url(/images/aboutus/aboutus_scrollbar.png) 0 0 no-repeat;
height:33px;
width:174px;
padding-right:20px;
margin:0px;
z-index: 999;
cursor:pointer;
}

.hscrollerbar { behavior: url(/scripts/iepngfix.htc) }


.vscrollerbarbeg {
background-image: none;
}
.vscrollerbarend {
background-image: none;
}
.hscrollerbarbeg {
background-image: none;
}
.hscrollerbarend {
background-image: none;
}
.scrollerjogbox {
background-image: none;
}
.vscrollerbasebeg {
background-image: none;
}
.vscrollerbaseend {
background-image: none;
}
.hscrollerbasebeg {
background-image: none;
}
.hscrollerbaseend {
background-image: none;
}
.scrollerjogbox:hover {
background-image: none;
}*/
/* Scroll Bar Master Styling Ends Here */
