.slider-bg {
	position: relative;
	background:url(/newimages/pricing/horizontal-ticks.jpg) 0 8px no-repeat;
	margin:0 0 5px 0;
	height:23px;
	width:520px;
	cursor:pointer;
}

.slider-thumb {
	width:33px;
	height:24px;
	background:url(/newimages/pricing/button-horizontal.jpg);
	cursor:pointer;
	position:absolute;
}

.slider-thumb-intro {
	width:33px;
	height:30px;
	background:url(/newimages/pricing/button-horizontal-hand.jpg);
	cursor:pointer;
	position:absolute;
}

.slider-thumb-over {
	width:33px;
	height:24px;
	background:url(/newimages/pricing/button-horizontal-hover.jpg);
	cursor:pointer;
	position:absolute;
}

.slider-value-class {
	font-size:16px;
	color:#000;
	text-align:center;
	width:600px;
	margin-left:-50px;
}

.span-value-class {
	color:#000;
	font-weight:bold;
}

.dynamic-price-class {
	font-size:22px;
	font-weight:bold;
	color:#000;
	display:inline;
}

.biggerul li {
	font-size:12px;
}

.btn {
height:17px;/* ie8 fix */
overflow:hidden;/* ie8 fix */
font-size:14px;display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer;
}
.btn * { font-style: normal; background-image: url(/newimages/pricing/btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }

.btn.orange { background: #FF6F04; }
.btn.gray { background:#686868; }
.btn.blue { background: #2ae; }
.btn.green { background: #9d4; }
.btn.pink { background: #e1a; }
.btn:hover { background-color: #7BA7D5; color:#FFF; }
.btn:active { background-color: #444; }
.btn[class] {  background-image: url(/newimages/pricing/shade.png); background-position: bottom; }

* html .btn { border: 3px double #aaa; }
* html .btn.orange { background: #FF6F04; }
* html .btn.gray { background:#686868; }
* html .btn.blue { border-color: #2ae; }
* html .btn.green { border-color: #9d4; }
* html .btn.pink { border-color: #e1a; }
* html .btn:hover { border-color: #a00; }

