/* Scroll Bar Master Styling Starts Here */
/* comments can freely be removed from this file */

/* do not modify .scrollgeneric class, required for proper operation */
.scrollgeneric {
line-height: 1px; font-size: 1px;
position: absolute; top: 0; left: 0;
}

.vscrollerbase, .vscrollerbar {
width: 16px;
}

.hscrollerbase, .hscrollerbar {
height: 16px;
}

.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*/
/* height: 18px; */
padding: 6px;
/* 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;
}




/* .vscrollerbar {
height: 24px !important;
background-image: ../images/heart-16x18-orange.png;
} */

.vscrollerbar {
background-image: url(../images/heart-16x18-orange.png);
width: 22px;
/* following is the bit that allows us fixed height scrollbars */
height: 18px !important;
/* for fixed height, we force the vscrollerbar class with an !important decleration, and fleXcroll follows suit.*/

/* background-image: url(../images/heart-16x18-orange.png);
/* unfortunately, due to limitations of CSS, we cannot provide a color for the background when we are
using alpha images, thay have to be transparent.*/
}

* html .vscrollerbar {
/* IE6 alpha png trick */
/* IE7 is not affected by this trick, as it perfectly handles the normal png */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='../images/heart-16x18-orange.png');
background-image: none;
}


}
.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
/*  background: url(../images/vscroller2.png) 0px 20px no-repeat; */
background: url(../images/heart-16x18-orange.png) 0px 0px no-repeat;
width: 16px;
/* height: 18px;
/* height is auto set by the script to fit the scrollbar */
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(../images/vscroller2.png);
background: url(../images/dot_reallyclear.gif) 0px 0px no-repeat;
width: 16px; height: 0px;
}

.hscrollerbarbeg {
/*left image holder for horizontal scroll bar*/
background: url(../images/hscroller.png) -10px 0px;
height: 0px;
/* width is auto set by the script to fit the scrollbar */
}

.hscrollerbarend {
/*right image holder for horizontal scroll bar*/
background: url(../images/hscroller.png);
height: 0px; width: 10px;
}

/* Following are OPTIONAL */

.vscrollerbase, .hscrollerbase {
background-color: none;
background-image: url(../images/scrollbaseback.png);
background-image: url(../images/dot_reallyclear.gif);
}







.hscrollerbasebeg {
height: 16px;
background: url(../images/scrollbases.png) -22px 0px no-repeat;
/* width is auto set to fill the base */
}

.hscrollerbaseend {
height: 16px; width: 7px;
background: url(../images/scrollbases.png) 0% 0% no-repeat;
}

.vscrollerbasebeg {
height: 6px; width: 16px;
background: url(../images/arrow-down-DBDBDB-16x6.gif) 0px 0px no-repeat;
/* height is auto set to fill the base */
}

/*.vscrollerbaseend {
height: 7px; width: 16px;
background: url(../images/scrollbases.png) -7px 0px no-repeat;
} */
.vscrollerbaseend {
height: 6px; width: 16px;
background: url(../images/arrow-up-DBDBDB-16x6.gif) 0px 0px no-repeat;
}

.scrollerjogbox {
width: 16px; height: 16px;
top: auto; left: auto; bottom: 0px; right: 0px;
background: white url(../images/scrolljog.png) 50% 50%;
}
/* Scroll Bar Master Styling Ends Here */
