

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

	Slider
	v 1.0

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

 
#slideHandle1, #slideHandle2 {
	
	width: 11px;
	height: 32px;
	margin-left:20px;
 	cursor: pointer;
 
	
}

#slideContainer2 {
 	background-image: url(../images/new_sldr.jpg);
	background-repeat: no-repeat;
 	width:549px;
	cursor: pointer;
	 
}
#out{
padding-left:3px;
	
 
}

#pos1, #pos2 {
	border: 1px solid #ccc;
	height: 20px;
	width: 30px;
	margin-top: 5px;
	padding-left: 2px;
}

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

