

/**************************************************************

	Slider
	v 1.0

**************************************************************/

#slideContainer1, #slideContainer2 {
    background: url('images/scroller_background.png') top right no-repeat;
	height: 6px;
    width:640px;
    background-position: 0px 1.5px;
}

#slideHandle1, #slideHandle2 {
    background: url('images/scroller_knob.png');
	width: 30px;
	height: 6px;
	cursor: pointer;
}
#pos1, #pos2 {
	border: 1px solid #ccc;
	height: 20px;
	width: 30px;
	margin-top: 5px;
	padding-left: 2px;
}

/*************************************************************/
