/*slider*/
.ui-slider {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	background: #c4c4c4 url(images/ffffff_40x100_textures_01_flat_0.png) 0 0 repeat-x;
	border-top: 1px solid #5a5a5a;
	border-bottom: 1px solid #969696;
	border-left: 1px solid #969696;
	border-right: 1px solid #969696;
	height: 2px;
	position: relative;
}
.ui-slider-handle {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.1; text-decoration: none; font-size: 100%; list-style: none;
	position: absolute;
	z-index: 2;
	top: -11px;
	width: 1.3em;
	height: 1.6em;
	background:url(../images/winter_img.png) 0 100% no-repeat;
behavior:url(/iepngfix.htc);
}
.ui-slider-handle:hover {
	background:url(../images/winter_img-over.png) 0 100% no-repeat;
behavior:url(/iepngfix.htc);
}
.ui-slider-handle-active {
	background:url(../images/winter_img.png) 0 100% no-repeat;
behavior:url(/iepngfix.htc);
}
.ui-slider-handle-active:hover {
	background:url(../images/winter_img-over.png) 0 100% no-repeat;
behavior:url(/iepngfix.htc);
}
.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: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	position: absolute;
	border: 1px solid #d3d3d3;
	border-left: 0;
	border-right: 0;
	top: -1px;
	z-index: 1;
	opacity:.7;
	filter:Alpha(Opacity=70);
}
