﻿.scrollgeneric
{
line-height: 1px;
font-size: 1px;
position: absolute;
}

.vscrollerbase, .vscrollerbar {
width: 11px;
top: 0px;
position:absolute;
float:right;
}


.vscrollerbar {
left: 0px;
width: 11px;
height: 11px;
}


.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: 0px;
/* 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: url(../images/scroll/pimpochka1.gif) 0px 0px no-repeat;
width: 11px;
height: 11px;
top: 0px;
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
width: 0px;
height: 0px;
}

/* Following are OPTIONAL */
/* background */
.vscrollerbase {
/*background-color: #54A100;*/
background: url(../images/scroll/vscroll_fon.gif) left top no-repeat;
}

.hscrollerbasebeg {
left: 0px;
top: 0px;
height: 0px;
}

.hscrollerbaseend {
top: 0px;
height: 0px;
width: 0px;
}

.vscrollerbasebeg {
top: 0px;
width: 17px;
}

.vscrollerbaseend {
height: 0px;
width: 0px;
}

.scrollerjogbox {
width: 0px;
height: 15px;
bottom: 0px;
right: 0px;
}


/* Scroll Bar Master Styling Ends Here */
