.scroll-track{
height:5px;
width:55px;
background-image: url(/content/gfx/scroller_tlo.png);
background-repeat: repeat;
padding-left: 2px;
}

.scroll-handle {
height:1px;
width:55px;
background-image: url(/content/gfx/scroller_suwak_srodek.png);
background-repeat: repeat;
cursor:pointer;
margin-left: -3px;
}

.scroll-track-top{
	height:35px;
	width:55px;
	background-image: url(/content/gfx/scroller_top.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor:pointer;
	margin-top: -15px;
}

.scroll-handle-bot{
height:13px;
width:55px;
background-image: url(/content/gfx/scroller_suwak_dol.png);
margin-left: -3px;
}

.scroll-handle-top{
height:13px;
width:55px;
background-image: url(/content/gfx/scroller_suwak_gora.png);
background-repeat: no-repeat;
margin-left: -3px;
}

.scroll-track-bot{
	height: 35px;
	width: 55px;
	background-image: url(/content/gfx/scroller_bot.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor:pointer;
}

.splitpane-divider {
    border: 1px solid black;
    background:#5B207B;
    opacity: .5;
   filter: alpha(opacity=50);
}
