﻿/* Scroll Bar Master Styling Starts Here */

.scrollgeneric
{
line-height: 1px;
font-size: 1px;
position: absolute;
}
/*set width of scroll component here*/
.vscrollerbase, .vscrollerbar {
width: 19px;
top: 0px;
}

.vscrollerbar {
left: 0px;
color:#CCCCCC;
}

.hscrollerbase, .hscrollerbar {
height: 10px;
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 *MUST* be given, otherwise links will not be clickable
inside the div */
z-index: 2;
}

.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background-color:#FFFFFF;
margin-left:2px;
width: 15px;
height: 15px;
top: 0px;
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background-color:#FFFFFF;
margin-left:2px;
width: 15px;
height: 10px;
}

.hscrollerbarbeg {
height: 5px;
width: auto;
left: 0;
background:url(/images/scroll-thumbLeft.jpg) no-repeat left;
background-color:#fff;
}

.hscrollerbarend {
height: 5px;
width: 10px;
background-color:#fff;
background:url(/images/scroll-thumbRight.jpg);
}

/* Following are OPTIONAL */

.vscrollerbase {
background-color: #2c2c2c;
}
.hscrollerbase{
background-color:#241f1c;
}
.hscrollerbasebeg {
left: 0px;
top: 0px;
height: 5px;
background-color:#423c39;

}

.hscrollerbaseend {
top: 0px;
height: 5px;
width: 7px;
background-color:#423c39;

}

.vscrollerbasebeg {
top: 0px;
width: 15px;

}

.vscrollerbaseend {
height: 7px;
width: 15px;

}

.scrollerjogbox {
width: 15px;
height: 15px;
bottom: 0px;
right: 0px;

}


/* Scroll Bar Master Styling Ends Here */

