/* Scroll Bar Master Styling Starts Here */

.scrollgeneric
{
line-height: 1px;
font-size: 1px;
position: absolute;
}

.vscrollerbase, .vscrollerbar {
width: 15px;
top: 0px;
}

.vscrollerbar {
left: 0px;
}

.hscrollerbase, .hscrollerbar {
height: 15px;
left: 0px;
}

.hscrollerbar {
top: 0px;
}

.vscrollerbar, .hscrollerbar {
/*padding information of these elements are only used for
padding of the scroll-bar with respect to the scroll base,
the padding will automatically be turned off by the script*/
padding: 5px;
/* z-index for scrollbars no longer has to be given as of version
1.7.5 for correct operation, but it is still recommended, as this
decides the z-index for content.*/
z-index: 2;
}

.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background: url(vscrolle.gif) 0px -10px;
width: 15px;
height: auto;
top: 0px;
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(vscrolle.gif);
width: 15px;
height: 10px;
}

.hscrollerbarbeg {
background: none;
height: 15px;
width: auto;
left: 0;
}

.hscrollerbarend {
background: none;
height: 15px;
width: 10px;
}

/* Following are OPTIONAL */

.vscrollerbase, .hscrollerbase {
background-color: transparent;
}

.hscrollerbasebeg {
left: 0px;
top: 0px;
height: 15px;
background: none;
}

.hscrollerbaseend {
top: 0px;
height: 15px;
width: 7px;
background: none;
}

.vscrollerbasebeg {
top: 0px;
width: 15px;
background: url(scrollbb.gif) -7px -8px no-repeat;
}

.vscrollerbaseend {
height: 7px;
width: 15px;
background: url(scrollbb.gif) -7px 0px no-repeat;
}

.scrollerjogbox {
width: 15px;
height: 15px;
bottom: 0px;
right: 0px;
background: none;
}


/* Scroll Bar Master Styling Ends Here */
#facettext .vscrollerbarbeg
{
  background: url(vscrolle-vermelho.gif) 0px -10px;
}
#facettext .vscrollerbarend
{
  background: url(vscrolle-vermelho.gif);
}
#facettext .vscrollerbasebeg
{
   background: url(scrollbb-vermelho.gif) -7px -8px no-repeat;
}
#facettext .vscrollerbaseend
{
  background: url(scrollbb-vermelho.gif) -7px 0px no-repeat;
}

#presentationtext .vscrollerbarbeg
{
  background: url(vscrolle-vermelho.gif) 0px -10px;
}
#presentationtext .vscrollerbarend
{
  background: url(vscrolle-vermelho.gif);
}
#presentationtext .vscrollerbasebeg
{
   background: url(scrollbb-vermelho.gif) -7px -8px no-repeat;
}
#presentationtext .vscrollerbaseend
{
  background: url(scrollbb-vermelho.gif) -7px 0px no-repeat;
}

#reference .vscrollerbarbeg
{
  background: url(vscrolle-vermelho.gif) 0px -10px;
}
#reference .vscrollerbarend
{
  background: url(vscrolle-vermelho.gif);
}
#reference .vscrollerbasebeg
{
   background: url(scrollbb-vermelho.gif) -7px -8px no-repeat;
}
#reference .vscrollerbaseend
{
  background: url(scrollbb-vermelho.gif) -7px 0px no-repeat;
}
