/* 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;
	background: transparent url(../images/slider/sliderbg.gif) no-repeat center;
	border: 0px solid #d3d3d3;
	height: 13px;
	position: relative;
	float:left;
	width: 176px;
	margin-top:3px;
	margin-left:2px;
}
.ui-slider-handle {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    position: absolute;
    z-index:1051;
    top: 1px;
    width: 12px;
	height: 12px;
    background: url(../images/slider/sliderthumb.gif) 0 50% repeat-x;
    border: 0px solid #dddddd;
}
.ui-slider-handle:hover {
    background: url(../images/slider/sliderthumb.gif) 0 50% repeat-x;
    border: 0px solid #ffffff;
}
.ui-slider-handle-active, .ui-slider-handle-active:hover {
    background: url(../images/slider/sliderthumb.gif) 0 50% repeat-x;
    border: 0px solid #ffffff;
}
.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: 12px;
   /* background: #dadada url(/images/sliderjq/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: 1050;
}

