.sliderBar
{
	vertical-align: top;
    text-align: center;
	width: 18px;
    border: 0px solid #00ff00;
    background-color: #ffffff;
	background-image: url(../images/htg/kachl.gif);
    background-repeat: repeat-y;
    margin: 0px;
	padding: 0px;
    display: block;
    height:100%;
}
.sliderMoveBar{
	width: 3px;
    position: absolute;
    border-right:11px solid transparent;
    border-left: 11px solid transparent;
    /*FF Markierungsproblem im Slider*/
    -moz-user-select:none;
}
