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

This script is registered for use by:
wsaarchitects.com
On the following domain:
As Imagined Design, LLC.
Under the following licence agreement:
http://www.hesido.com/licenses.php?page=flexcrollsinglewebsite

Key for this license: 20100222214018684
MD5 hash for this license: 743efcb971428e67cb5ebe72719246cb
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; bottom: 0;
}

.vscrollerbase {
    width: 10px;
    background: url("../../images/scroll_bg.gif") left top repeat-y;
}
.vscrollerbar {
    width: 5px;
    background: url("../../images/scroll.gif");
}
.hscrollerbase {
    height: 10px;
    background: url("../../images/scroll_bg.gif") left top repeat-x;
}
.hscrollerbar {
    height: 10px;
    background: url("../../images/scroll.gif") left center no-repeat;
}

.scrollerjogbox {
    width: 10px;
    height: 10px;
    top: auto; left: auto;
    bottom: 0px; right: 0px;
    background-color: #FFFFFF;
}
