
 *
 *    +----------------------------------|
 *    |            <----------------------------- content container
 *    |  +-----------------+  +------+   |
 *    |  |                 |  |   <-------------- handle arrow up
 *    |  |                 |  |      |   |
 *    |  |                 |  +------+   |
 *    |  |                 |  | +--+ |   |
 *    |  |                 |  | |  | |   |
 *    |  |                 |  | | <-------------- handle
 *    |  |                 |  | |  | |   |
 *    |  |                 |  | |  | |   |
 *    |  |                 |  | |  | |   |
 *    |  |                 |  | +--+ |   |
 *    |  |                 |  |      |   |
 *    |  |                 |  |   <-------------- handle container
 *    |  |                 |  |      |   |
 *    |  |         <----------------------------- pane
 *    |  |                 |  |      |   |
 *    |  |                 |  |      |   |
 *    |  |                 |  +------+   |
 *    |  |                 |  |      |   |
 *    |  |                 |  |   <-------------- handle arrow down
 *    |  +-----------------+  +------+   |
 *    |                                  |
 *    +----------------------------------|
 *
 *
/* T+T++ ³+=³ */
.simple .scrollbar-pane {
    margin-right: 16px;
}

.simple .scrollbar-handle-container {
   background: #716a5a;
    width: 15px;
}

.simple .scrollbar-handle-container.hover,
.simple .scrollbar-handle-container.move {
    background: #716a5a;
}

.simple .scrollbar-handle   {background-image: url(../../../images/poloski.gif);background-repeat: no-repeat;}
.simple .scrollbar-handle-up   {background-image: url(../../../images/arrow_up.png);background-repeat: no-repeat;}
.simple .scrollbar-handle-down {background-image: url(../../../images/arrow_down.png);background-repeat: no-repeat;}


/* handle */
.simple .scrollbar-handle {
    width: 13px;
    height: 150;
    border: 1px solid #1d1a15;
    background-color: #473f34;
    background-position: -16px 50%;
}

.simple .scrollbar-handle:hover {
    border: 1px solid #a99d8d;
    background-color: #473f34;
}

.simple .scrollbar-handle.move {
    border: 1px solid #bda674;
    background-color: #585141;
}


/* arrow up */
.simple .scrollbar-handle-up {
    width: 13px;
    height: 13px;
    border: 1px solid #1d1a15;
    background-color: #473f34;
        background-position: 2px 4px;
        margin-top: 1px;
}

.simple .scrollbar-handle-up.hover,
.simple .scrollbar-handle-up:hover {
    border: 1px solid #a89f8e;
}

.simple .scrollbar-handle-up.move {
    background-color: #a89f8e;
}


/* arrow down */
.simple .scrollbar-handle-down {
    width: 13px;
    height: 13px;
    border: 1px solid #1d1a15;
    background-color: #473f34;
        background-position: 2px 4px;
        margin-top: 1px;
}

.simple .scrollbar-handle-down.hover,
.simple .scrollbar-handle-down:hover {
    border: 1px solid #a89f8e;
}

.simple .scrollbar-handle-down.move {
    background-color: #a89f8e;
}
/* T+T++ ³+=³ */



/* html +T+³ */
.html .scrollbar-pane {
    padding-right: 30px;
}

.html .scrollbar-handle-container {
   background: #716a5a;
    width: 15px;
}

.html .scrollbar-handle-container.hover,
.html .scrollbar-handle-container.move {
    background: #716a5a;
}

.html .scrollbar-handle   {background-image: url(../../../images/poloski.gif);background-repeat: no-repeat;}
.html .scrollbar-handle-up   {background-image: url(../../../images/arrow_up.png);background-repeat: no-repeat;}
.html .scrollbar-handle-down {background-image: url(../../../images/arrow_down.png);background-repeat: no-repeat;}


/* handle */
.html .scrollbar-handle {
    width: 13px;
    border: 1px solid #1d1a15;
    background-color: #473f34;
    background-position: -16px 50%;
}

.html .scrollbar-handle:hover {
    border: 1px solid #a99d8d;
    background-color: #473f34;
}

.html .scrollbar-handle.move {
    border: 1px solid #bda674;
    background-color: #585141;
}


/* arrow up */
.html .scrollbar-handle-up {
    width: 13px;
    height: 13px;
    border: 1px solid #1d1a15;
    background-color: #473f34;
        background-position: 2px 4px;
        margin-top: 1px;
}

.html .scrollbar-handle-up.hover,
.html .scrollbar-handle-up:hover {
    border: 1px solid #a89f8e;
}

.html .scrollbar-handle-up.move {
    background-color: #a89f8e;
}


/* arrow down */
.html .scrollbar-handle-down {
    width: 13px;
    height: 13px;
    border: 1px solid #1d1a15;
    background-color: #473f34;
        background-position: 2px 4px;
        margin-top: 1px;
}

.html .scrollbar-handle-down.hover,
.html .scrollbar-handle-down:hover {
    border: 1px solid #a89f8e;
}

.html .scrollbar-handle-down.move {
    background-color: #a89f8e;
}
/* html +T+³ */


/*///////////////// NEWS +T+³ */
.news .scrollbar-pane {
    padding-right: 30px;

}

.news .scrollbar-handle-container {
   background: #716a5a;
    width: 15px;
}

.news .scrollbar-handle-container.hover,
.news .scrollbar-handle-container.move {
    background: #716a5a;
}

.news .scrollbar-handle   {background-image: url(../../../images/poloski.gif);background-repeat: no-repeat;}
.news .scrollbar-handle-up   {background-image: url(../../../images/arrow_up.png);background-repeat: no-repeat;}
.news .scrollbar-handle-down {background-image: url(../../../images/arrow_down.png);background-repeat: no-repeat;}


/* handle */
.news .scrollbar-handle {
    width: 13px;
    border: 1px solid #1d1a15;
    background-color: #473f34;
    background-position: -16px 50%;
}

.news .scrollbar-handle:hover {
    border: 1px solid #a99d8d;
    background-color: #473f34;
}

.news .scrollbar-handle.move {
    border: 1px solid #bda674;
    background-color: #585141;
}


/* arrow up */
.news .scrollbar-handle-up {
    width: 13px;
    height: 13px;
    border: 1px solid #1d1a15;
    background-color: #473f34;
        background-position: 2px 4px;
        margin-top: 1px;
}

.news .scrollbar-handle-up.hover,
.news .scrollbar-handle-up:hover {
    border: 1px solid #a89f8e;
}

.news .scrollbar-handle-up.move {
    background-color: #a89f8e;
}


/* arrow down */
.news .scrollbar-handle-down {
    width: 13px;
    height: 13px;
    border: 1px solid #1d1a15;
    background-color: #473f34;
        background-position: 2px 4px;
        margin-top: 1px;
}

.news .scrollbar-handle-down.hover,
.news .scrollbar-handle-down:hover {
    border: 1px solid #a89f8e;
}

.news .scrollbar-handle-down.move {
    background-color: #a89f8e;
}
/* news +T+³ */


/*///////////////// box +T+³ */
.box .scrollbar-pane {
    padding-right: 30px;

}

.box .scrollbar-handle-container {
   background: #716a5a;
    width: 15px;
}

.box .scrollbar-handle-container.hover,
.box .scrollbar-handle-container.move {
    background: #716a5a;
}

.box .scrollbar-handle   {background-image: url(../../../images/poloski.gif);background-repeat: no-repeat;}
.box .scrollbar-handle-up   {background-image: url(../../../images/arrow_up.png);background-repeat: no-repeat;}
.box .scrollbar-handle-down {background-image: url(../../../images/arrow_down.png);background-repeat: no-repeat;}


/* handle */
.box .scrollbar-handle {
    width: 13px;
    border: 1px solid #1d1a15;
    background-color: #473f34;
    background-position: -16px 50%;
}

.box .scrollbar-handle:hover {
    border: 1px solid #a99d8d;
    background-color: #473f34;
}

.box .scrollbar-handle.move {
    border: 1px solid #bda674;
    background-color: #585141;
}


/* arrow up */
.box .scrollbar-handle-up {
    width: 13px;
    height: 13px;
    border: 1px solid #1d1a15;
    background-color: #473f34;
        background-position: 2px 4px;
        margin-top: 1px;
}

.box .scrollbar-handle-up.hover,
.box .scrollbar-handle-up:hover {
    border: 1px solid #a89f8e;
}

.box .scrollbar-handle-up.move {
    background-color: #a89f8e;
}


/* arrow down */
.box .scrollbar-handle-down {
    width: 13px;
    height: 13px;
    border: 1px solid #1d1a15;
    background-color: #473f34;
        background-position: 2px 4px;
        margin-top: 1px;
}

.box .scrollbar-handle-down.hover,
.box .scrollbar-handle-down:hover {
    border: 1px solid #a89f8e;
}

.box .scrollbar-handle-down.move {
    background-color: #a89f8e;
}
/* box +T+³ */

/*///////////////// creations +T+³ */
.creations .scrollbar-pane {
    padding-right: 30px;

}

.creations .scrollbar-handle-container {
   background: #716a5a;
    width: 15px;
}

.creations .scrollbar-handle-container.hover,
.creations .scrollbar-handle-container.move {
    background: #716a5a;
}

.creations .scrollbar-handle   {background-image: url(../../../images/poloski.gif);background-repeat: no-repeat;}
.creations .scrollbar-handle-up   {background-image: url(../../../images/arrow_up.png);background-repeat: no-repeat;}
.creations .scrollbar-handle-down {background-image: url(../../../images/arrow_down.png);background-repeat: no-repeat;}


/* handle */
.creations .scrollbar-handle {
    width: 13px;
    border: 1px solid #1d1a15;
    background-color: #473f34;
    background-position: -16px 50%;
}

.creations .scrollbar-handle:hover {
    border: 1px solid #a99d8d;
    background-color: #473f34;
}

.creations .scrollbar-handle.move {
    border: 1px solid #bda674;
    background-color: #585141;
}


/* arrow up */
.creations .scrollbar-handle-up {
    width: 13px;
    height: 13px;
    border: 1px solid #1d1a15;
    background-color: #473f34;
        background-position: 2px 4px;
        margin-top: 1px;
}

.creations .scrollbar-handle-up.hover,
.creations .scrollbar-handle-up:hover {
    border: 1px solid #a89f8e;
}

.creations .scrollbar-handle-up.move {
    background-color: #a89f8e;
}


/* arrow down */
.creations .scrollbar-handle-down {
    width: 13px;
    height: 13px;
    border: 1px solid #1d1a15;
    background-color: #473f34;
        background-position: 2px 4px;
        margin-top: 1px;
}

.creations .scrollbar-handle-down.hover,
.creations .scrollbar-handle-down:hover {
    border: 1px solid #a89f8e;
}

.creations .scrollbar-handle-down.move {
    background-color: #a89f8e;
}
/* creations +T+³ */

/*///////////////// IMG */
.img .scrollbar-pane {
    padding-right: 30px;

}

.img .scrollbar-handle-container {
   background: #D1C6B2;
    width: 15px;
    height: 350px;
}

.img .scrollbar-handle-container.hover,
.img .scrollbar-handle-container.move {
    background: #A99E8D;
}

.img .scrollbar-handle   {background-image: url(../../../images/poloski.gif);background-repeat: no-repeat;}
.img .scrollbar-handle-up   {background-image: url(../../../images/arrow_up.png);background-repeat: no-repeat;}
.img .scrollbar-handle-down {background-image: url(../../../images/arrow_down.png);background-repeat: no-repeat;}


/* handle */
.img .scrollbar-handle {
    width: 13px;
    height:15px;
    border: 1px solid #1d1a15;
    background-color: #716A5A;
    background-position: -16px 50%;
}

.img .scrollbar-handle:hover {
    border: 1px solid #a99d8d;
    background-color: #716A5A;
}

.img .scrollbar-handle.move {
    border: 1px solid #bda674;
    background-color: #716A5A;
}


/* arrow up */
.img .scrollbar-handle-up {
    width: 13px;
    height: 13px;
    border: 1px solid #1d1a15;
    background-color: #716A5A;
        background-position: 2px 4px;
        margin-top: 1px;
}

.img .scrollbar-handle-up.hover,
.img .scrollbar-handle-up:hover {
    border: 1px solid #a89f8e;
}

.img .scrollbar-handle-up.move {

}


/* arrow down */
.img .scrollbar-handle-down {
    width: 13px;
    height: 13px;
    border: 1px solid #1d1a15;
    background-color: #716A5A;
        background-position: 2px 4px;
        margin-top: 1px;
}

.img .scrollbar-handle-down.hover,
.img .scrollbar-handle-down:hover {
    border: 1px solid #a89f8e;
}

.img .scrollbar-handle-down.move {

}
/* IMG */

/*///////////////// visitors*/
.visitors .scrollbar-pane {
    padding-right: 30px;

}

.visitors .scrollbar-handle-container {
   background: #716a5a;
    width: 15px;
}

.visitors .scrollbar-handle-container.hover,
.visitors .scrollbar-handle-container.move {
    background: #716a5a;
}

.visitors .scrollbar-handle   {background-image: url(../../../images/poloski.gif);background-repeat: no-repeat;}
.visitors .scrollbar-handle-up   {background-image: url(../../../images/arrow_up.png);background-repeat: no-repeat;}
.visitors .scrollbar-handle-down {background-image: url(../../../images/arrow_down.png);background-repeat: no-repeat;}


/* handle */
.visitors .scrollbar-handle {
    width: 13px;
    border: 1px solid #1d1a15;
    background-color: #473f34;
    background-position: -16px 50%;
}

.visitors .scrollbar-handle:hover {
    border: 1px solid #a99d8d;
    background-color: #473f34;
}

.visitors .scrollbar-handle.move {
    border: 1px solid #bda674;
    background-color: #585141;
}


/* arrow up */
.visitors .scrollbar-handle-up {
    width: 13px;
    height: 13px;
    border: 1px solid #1d1a15;
    background-color: #473f34;
        background-position: 2px 4px;
        margin-top: 1px;
}

.visitors .scrollbar-handle-up.hover,
.visitors .scrollbar-handle-up:hover {
    border: 1px solid #a89f8e;
}

.visitors .scrollbar-handle-up.move {
    background-color: #a89f8e;
}


/* arrow down */
.visitors .scrollbar-handle-down {
    width: 13px;
    height: 13px;
    border: 1px solid #1d1a15;
    background-color: #473f34;
        background-position: 2px 4px;
        margin-top: 1px;
}

.visitors .scrollbar-handle-down.hover,
.visitors .scrollbar-handle-down:hover {
    border: 1px solid #a89f8e;
}

.visitors .scrollbar-handle-down.move {
    background-color: #a89f8e;
}
/* visitors */
