/*slider*/
.ui-slider {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
	background: transparent url(/images/structure/fleches-carrousel.gif) no-repeat scroll 0 0;
	
	height: 1em;
	position: relative;
}
.ui-slider-handle {
	/*resets*/margin: 1px 0px 0px 9px; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	position: absolute;
	z-index: 2;
	top: -1px;
	width: 28px;
	height: 13px;
	background: transparent url(/images/structure/bouton-carrousel.gif) no-repeat scroll 0 50%;
	
}
.ui-slider-handle:hover {
	background: transparent url(/images/structure/bouton-carrousel.gif) no-repeat scroll 0 50%;
}
.ui-slider-handle-active, .ui-slider-handle-active:hover {
	background: transparent url(/images/structure/bouton-carrousel.gif) no-repeat scroll 0 50%;
	
}
.ui-slider-range {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	height: .8em;
	background: transparent url(/images/structure/bouton-carrousel.gif) no-repeat scroll 0 50%;
	position: absolute;
	top: -1px;
	z-index: 1;
	opacity:.7;
	filter:Alpha(Opacity=70);
}
