#wrapper {
	width: 445px;
	position: relative;
	margin-top: 28px;
}

.track
{
	width: 445px;
	height: 16px;
	position: relative;
	background-image: url( ../images/amount-slider-background.gif );
	z-index: 1;
}

.slider2
{
	width: 445px;
	height: 16px;
	position: relative;
	background-image: url( ../images/amount-slider-background.gif );
	z-index: 1;
}

.slider3
{
	width: 445px;
	height: 16px;
	position: relative;
	background-image: url( ../images/credit-slider-background.gif );
	z-index: 1;
}

.handle
{
	width: 30px;
	height: 30px;
	background-image: url(../images/slider.gif);
	background-repeat: no-repeat;
	position: absolute;
	font-size: 1px;
	overflow: hidden;
	border: none;
	z-index: 2;
	margin-top: -7px;
	cursor: pointer;
}