

.dynamic-slider-control {

	background-image:url(../img/slide/barre.GIF);
	background-repeat:no-repeat;	
	
	-moz-user-focus:	normal;
	-moz-user-select:	none;
	cursor:				default;
}

.horizontal {
	width:				100px;
	height:				20px;
}

.dynamic-slider-control input {
	display:	none;
}

.dynamic-slider-control .handle {
	position: absolute;
	-moz-user-select:	none;
	cursor:				default;
    background-image:url(../img/slide/boule.GIF);
	background-repeat:no-repeat;
    align:center;
	width:				13px;
	height:				32px;
	/*background-color:#000000;*/
	background-position:bottom;
}

.dynamic-slider-control .handle:hover {
	position:			absolute;
	-moz-user-select:	none;
	cursor:				default;
	background-image:url(../img/slide/bouleOver.GIF);
	background-repeat:no-repeat;
	width:				13px;
	height:				32px;
	/*background-color:#000000;*/
	background-position:bottom;
}

