/* Scroll Bar Master Styling Starts Here */

.scrollgeneric
{
line-height: 0px;
font-size: 0px;
position: absolute;
cursor:pointer
}

.vscrollerbase, .vscrollerbar {
width:18px;
top: 0px;
}

.vscrollerbar {
left: 5px;
}


.vscrollerbar{
/*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-bottom: 28px;
z-index: 2;
}

.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background: url(../images/trakica.jpg) 0px 0px;
width:7px;
height: auto;
top: 16px;
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(../images/trakica.jpg);
width:7px;
height: 1px;
}


/* Following are OPTIONAL */

.vscrollerbase{
background-image: url(../images/track.gif);

}

.vscrollerbasebeg {
top: 0px;
width:15px;
background: url(../images/gornjitrokut.png) no-repeat;
}

.vscrollerbaseend {
width:15px;
height:13px;
background: url(../images/donjitrokut.png) no-repeat;
}

.scrollerjogbox {
width:15px;
height: 15px;
bottom: 0px;
right: 0px;
background: url(../images/scrolljog.png) 50% 50%;
}


/* Scroll Bar Master Styling Ends Here */
