

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

	Slider
	v 1.0

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

.slideContainer{
	border: none;
	width:150px;
	height: 20px;
	background: url(../img/barra.gif) no-repeat;
	float:left;
	margin-right: 20px;	
}

.slideHandle {
	background: #bc8f8f;
	width: 7px;
	height: 20px;
	top:-8px;
	margin-left:0px;
	cursor: pointer;
}



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

