﻿.slickscrollcontainer
{
    padding: 0px;
    margin: 0px;
    
}

.slickscroll_vertical_scrollbar
{
    position: absolute;
    width: 14px;
    height: 87px;
    background-image: url('../Images/scrollbar_vertical_toppart.html');
    background-repeat: no-repeat;
    cursor:move;
	margin-left:110px;
	
}

.slickscroll_vertical_scrollbar div
{
    background-position: bottom;
    background-image: url('../Images/scrollbar_vertical_bottompart.html');
    background-repeat: no-repeat;
    width: 14px;
    height: 15px;
    bottom: 0px;
	
    position:absolute;
}

.slickscroll_horizontal_scrollbar
{
    position: absolute;
    width: 87px;
    height: 12px;
    background-image: url('../Images/scrollbar_horizontal_leftpart.html');
    background-repeat: no-repeat;
    cursor:move;
}

.slickscroll_horizontal_scrollbar div
{
    background-image: url('../Images/scrollbar_horizontal_rightpart.html');
    background-repeat: no-repeat;
    background-position: right;
    width: 5px;
    height: 12px;
    float:right;
}