.slideContainerVerticalParent {
	background: url(../img/linie_vertikal.png) no-repeat center;
	width: 17px;
	height: 113px;
}

.slideContainerVerticalSmallParent {
	background: url(../img/linie_vertikal_klein.png) no-repeat center;
	width: 17px;
	height: 87px;
}

.slideContainerHorizontalParent {
	background: url(../img/linie_horizontal.png) no-repeat center;
	height: 17px;
	width: 132px;
}

.slideContainerHorizontalBigParent {
	background: url(../img/linie_horizontal_gross.png) no-repeat center;
	height: 17px;
	width: 260px;
}

.slideContainerVertical {
	width: 17px;
	cursor: pointer;
	height: 107px;
	position: relative;
	top: 3px;
}

.slideContainerVerticalSmall {
	width: 17px;
	cursor: pointer;
	height: 81px;
	position: relative;
	top: 3px;
}

.slideContainerHorizontal {
	height: 17px;
	cursor: pointer;
	width: 126px;
	position: relative;
	left: 3px;
}

.slideContainerHorizontalBig {
	height: 17px;
	cursor: pointer;
	width: 254px;
	position: relative;
	left: 3px;
}

.slideHandleHorizontal {
	background: url(../img/schieber_horizontal.png) no-repeat center;
	height: 17px;
	width: 7px;
	cursor: pointer;
}

.slideHandleVertical {
	background: url(../img/schieber_vertikal.png) no-repeat center;
	height: 7px;
	width: 17px;
	cursor: pointer;
}

.pos1 {
	border: 1px solid #ccc;
	height: 20px;
	width: 30px;
	margin-top: 5px;
	padding-left: 2px;
}



