/* 
This license text has to stay intact at all times:
Author: Emrah BASKAYA @ www.hesido.com

This script is registered for use by:
Mathias Rangel Wulff
Under the following licence agreement:
http://www.hesido.com/licenses.php?page=flexcrollcommercialunlimited

Key for this license: 20080714212545468
MD5 hash for this license: 382a5a9f678b9a8d681a9a86c64c09ba
End of license text---
*/

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

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

.vscrollerbase {
width: 15px;
background: #353A42 url(basebarcaps_verticalbarbody.png) 0px 0px repeat-y;
/* force fleXcroll to always display the vertical scrollbase */
visibility: visible !important;

}
.vscrollerbar {
width: 15px;
background: #E67802 url(basebarcaps_verticalbarbody.png) -15px 0px repeat-y;

/* following is the bit that allows us fixed height scrollbars */
height: 35px !important;
/* for fixed height, we force the vscrollerbar class with an !important decleration, and fleXcroll follows suit.*/

}






.hscrollerbase {
height: 15px;
background: #353A42 url(horizontalbarbody_cornerjog.png) 0px -15px repeat-x;
}
.hscrollerbar {
height: 15px;
background: #E67802 url(horizontalbarbody_cornerjog.png) 0px -30px repeat-x;
}
.vscrollerbar, .hscrollerbar { /*Hvor langt pilen starter fra top/bund */
padding: 7px;
z-index: 20;
}
.vscrollerbarbeg { /*Afrunding opaf*/
background: url(basebarcaps_verticalbarbody.png) -45px -30px no-repeat;
width: 15px;
height: 0px !important;
}
.vscrollerbarend { /*afrunding nedaf*/
background: url(basebarcaps_verticalbarbody.png) -45px 0px no-repeat;
width: 15px;
height: 0px;
}
.hscrollerbarbeg {
background: url(basebarcaps_verticalbarbody.png) -60px -15px no-repeat;
height: 15px;
width: 15px !important;
}
.hscrollerbarend {
background: url(basebarcaps_verticalbarbody.png) -30px -15px no-repeat;
height: 15px;
width: 15px;
}
.scrollerjogbox {
width: 15px;
height: 15px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #4E727C url(horizontalbarbody_cornerjog.png) 0px 0px;

}
.vscrollerbasebeg { /*Top pil*/
background: url(basebarcaps_verticalbarbody.png) -30px -30px no-repeat;
width: 15px;
height: 6px !important;
}
.vscrollerbaseend { /*Bund pil*/
background: url(basebarcaps_verticalbarbody.png) -60px -30px no-repeat;
height: 6px;
width: 15px;
}
.hscrollerbasebeg {
background: url(basebarcaps_verticalbarbody.png) -60px 0px no-repeat;
height: 15px;
width: 15px !important;
}
.hscrollerbaseend {
height: 15px;
width: 15px;
background: url(basebarcaps_verticalbarbody.png) -30px 0px no-repeat;
}
.scrollerjogbox:hover {
background: #5E828C url(basebarcaps_verticalbarbody.png) -45px -15px;
}
/* Scroll Bar Master Styling Ends Here */

