#prc {
	position: absolute;
	left: 0px;
	top: -30px;
	text-align: left;
	color: green;
}

.ui-slider {
	position: relative;
	display: inline-block;
	border: 1px solid #AAA;
	border-radius: 10px;
	background: #BBB;
	box-shadow: inset 0px 2px 2px #777;
	cursor: pointer;
}

.ui-slider-horizontal {
	margin: 40px auto 20px;
	height: 20px;
	width: 100%;
}

/* Shows the range from beginning to where the slider is */
.ui-slider-range {
	background: #FFCC00;
	display: block;
	height: 20px;
	border-radius: 10px;
	box-shadow: 1px 1px 1px #333;
}

.ui-slider-handle {
	position: relative;
	display: block;
	top: -30px;
	width: 20px;
	height: 40px;
	margin-left: -12px;
	box-shadow: 1px 1px 2px #444;
	border: 1px solid #CCC;
	background: #DDD;
}

.scale {
	width: 875px;
	font-family: sans-serif;
}

	.scale a {
		display: block;
		float: left;
		width: 114px;
		font-weight: bold;
		color: black;
	}

		.scale a:hover {
			color: #803300;
			text-decoration: none;
		}

		.scale a:hover span {
			color: #666;
		}

		.scale a > span {
			display: block;
			font-weight: normal;
			line-height: 2em;
		}

	.scale span.div {
		float: left;
		display: block;
		height: 10px;
		border-right: 1px solid black;
		width: 113px;
	}

		.scale span.div.first {
			border-left: 1px solid black;
		}

	.scale #pt-1 {
		margin-left: -56px;
	}

#sliderbox {
	width: 800px;
}

#prc {
	padding: 5px;
	white-space: nowrap;
	background: white;
	border-radius: 5px;
}

.custom-quant {
	width: 120px !important;
}