﻿/* Scroll Bar Master Styling Starts Here */

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

.vscrollerbase, .vscrollerbar {
width: 10px; /*Kolko px da e shirok scroll-a*/
top: 0px;
}

.vscrollerbar {
left: 0px;
}

.hscrollerbase, .hscrollerbar {
height:15px;/*Kolko px da e shirok scroll-a*/
left: 0px;
}


.hscrollerbar {
top: 0px;
}

.hscrollerbar {
top: 20px important;
}

.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;/*do kyde da opira otgore o i otdolu skrol bara, tova go slozhete v zavisimost ot kartinkite, koito ste izbrali za goren i dolen kraj na scroll-a*/

/* 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: #fff;
width: 15px; /*razmerite na kartinkata, koqto se izpolzwa za skroll bar*/
height: auto;
top: 0px;
}

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

.hscrollerbarbeg {
height: 15px;
width: auto;
left: 0;
}

.hscrollerbarend {
height: 15px;
width: 10px;
}

/* Following are OPTIONAL */

.vscrollerbase, .hscrollerbase {

}

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

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

.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 */
