/*	Default stylesheet for the Carpe Slider
	By Tom Hermansson Snickars                 
	2005-12-10 version 1.3
	Copyright CARPE Design                     
	carpe.ambiprospect.com
*/
* .horizontal_track {
	width: 220px;
	line-height: 0px;
	font-size: 0px;
	text-align: left;
	padding: 4px;
}

* .horizontal_slider {
	background-color: #666;
	width: 16px;
	height: 9px;
	position: relative;
	z-index: 2;
	line-height: 0px;
	margin: 0;
}

* .horizontal_slit {
	width: 210px;
	height: 2px;
	margin: 4px 4px 2px 4px;
	line-height: 0px;
	position: absolute;
	z-index: 1;
}

* .display_holder {
	background-color: #bbb;
	color: #fff;
	width: 34px;
	padding: 0 2px 0 0;
	height: 20px;
	text-align: right;
	border: 1px solid;
}

.value_display {
	color: #333;
	width: 30px;
	text-align: right;
	font-size: 8pt;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	border: 0;
	cursor: default;
}

#horizontal_slider_1 {
	background: url("../images/butt-slid.gif") center bottom no-repeat;
	cursor: pointer;
}

#horizontal_track_1,#display_holder_1 {
	background-color: #fff;
}

#horizontal_slit_1 {
	background-color: #F78B33;
	border-color: #9a9 #ded #ded #9a9;
}

#value_display_1 {
	width: 50px;
	color: #000;
	background: #fff;
	text-align: center;
	
	border: solid 1px #F78B33;
	padding: 0px 0px 0px 0px;
}