﻿/*Page related styles for you to view*/



/* general page style ends here */

/* 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;
}



/* Scroll Bar Master Styling Ends Here */

/* Extra sample styles */
.vscrollerbarbeg {
background: #FFF;
width: 15px;
height: 60px;
background-image: none;
}

.vscrollerbarend {
background: #FFF;
width: 15px;
height: 9px;
background-image: none;
}

.vscrollerbase {
width: 15px;
background: #333333;
}

.vscrollerbar {
background-color: #ffffff;
padding: 0px;
}

.vscrollerbasebeg, .vscrollerbaseend {
}

