/*!
 * jQuery ClassyScroll
 * http://www.class.pm/projects/jquery/classyscroll
 *
 * Copyright 2011 - 2013, Class.PM www.class.pm
 * Written by Marius Stanciu - Sergiu <marius@picozu.net>
 * Licensed under the GPL Version 3 license.
 * Version 1.1.0
 *
*/

.scrollbar-path-vertical, .scrollbar-path-horizontal {
    position: absolute;
    background-color: #eee;
    background-color: rgba(220,220,220,0.5); 
    z-index: 100;
}
.scrollbar-path-horizontal {
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 10px;
}
.scrollbar-path-vertical {
    right: 10px;
    top: 10px!important;
    width: 3px;
    bottom: 10px;
    height: auto!important;
    border-radius: 0;
}
/*.scrollbar-path-vertical {*/
    /*box-shadow: inset 1px 0px 1 rgba(0,0,0,0.1);*/
    /*-moz-box-shadow: inset 1px 0px 1 rgba(0,0,0,0.1);*/
    /*-webkit-box-shadow: inset 1px 0px 0 rgba(0,0,0,0.1);*/
/*}*/
/*.scrollbar-path-horizontal {*/
    /*box-shadow: inset 0px 1px 1 rgba(0,0,0,0.1);*/
    /*-moz-box-shadow: inset 0px 1px 1 rgba(0,0,0,0.1);*/
    /*-webkit-box-shadow: inset 0px 1px 0 rgba(0,0,0,0.1);*/
/*}*/
.scrollbar-handle{
    position: relative;
    top: 0;
    left: 0;
    background-color: #771936;
}
.scrollbar-path-vertical .scrollbar-handle {
    position: relative;
    background-color: #771936;
    width: 7px;
    border-radius: 0;
    left: -2px;
}
.scrollbar-path-horizontal .scrollbar-handle {
    width: 20%;
    height: 7px;
}

.scrollbar-content {
    padding: 0 20px 0 0;
}
