/* --------------------------------------------------
|													|
|                Rasbo Slider CSS					|
|			 	 copyright © 2008					|
|													|
|				----- Colors ------					|
|				Raspberry:  #C60751					|
|				Dark Blue:  #005DAB					|
|				Light Blue:  #D4E7F7				|
|				Green:  #729D0A						|
|													|
------------------------------------------------- */

div.slider {
	position: relative;
	height: 16px;
	width: 180px;
	margin-top: 10px;
	background: url(/images/slider/slider_bkgrnd.png) repeat-x;
	/margin-bottom: -20px;
	}
 
div.knob {
	position: absolute;
	height: 20px;
	width: 12px;
	background: url(/images/slider/knob.png) no-repeat;
	cursor: pointer;
	}

div.maxknob {
	position: absolute;
	height: 20px;
	width: 12px;
	background: url(/images/slider/knob.png) no-repeat;
	cursor: pointer;
	}
