.yui-range-slider
{
	margin:0 2px;
	font-size:0;

}

.yui-range-slider *
{
	font:0/0;
}

.yui-range-slider .s-bd{
	
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	background:none;
	padding:0;
	border:solid 0px #ccc;
	vertical-align:top;
}

.yui-range-slider span.s-hd{
		
	overflow:hidden;
	position:relative;
	font-size:0;
	line-height:0;
	vertical-align:top;
	
	
}

.yui-range-slider span.s-line-1
{
	font-size:0;
	line-height:0;
	position:absolute;
	top:4px;
	left:2px;
	height:0;
	border-top:solid 3px #5e5d5d;
	border-bottom:solid 0px #333;
}

.yui-range-slider span.s-hd button
{
	border:solid 0px #444;
	font-size:1px;
	width:7px;
	height:13px;
	position:absolute;
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	top:6px;
	overflow:hidden;
	text-decoration:none;
	background:url(button-bg.jpg) left top no-repeat !important;
	padding:0;
	font-size:0;
	
}
.yui-range-slider span.s-hd button.ctrl-0{
	background:none !important;
}
html.borwser-opera .yui-range-slider span.s-hd button
{
	top:2px;
}

.yui-range-slider span.s-hd button.ctrl-1:hover, .yui-range-slider span.s-hd button.ctrl-2:hover
{
	background:white;
}

.yui-range-slider span.s-hd button.ctrl-0:hover
{
	opacity:0.3;
	filter:alpha(opacity=30);
	
}

.yui-range-slider span.s-hd .ctrl-0
{
	position:absolute;
	display:block;
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	width:0;
	left:0;
	top:3px;
	_top:2px;
	border:solid 0px #333366;
	background:none;
	filter:alpha(opacity=60);
	cursor:pointer;
	cursor:hand;
	opacity:0.6;
	z-index:1;
	height:15px !important;
}

html.borwser-opera .yui-range-slider span.s-hd .ctrl-0
{
	top:2px;
}

.yui-range-slider span.s-hd button.ctrl-1
{
	left:0;
	z-index:100;
	cursor:w-resize;
	
}

.yui-range-slider span.s-hd button.ctrl-2
{
	left:0;
	z-index:200;
	cursor:e-resize;
	
}
input#d1,
input#d2{
	border:0px solid #ffffff;
	background:none;
	font:11px Arial;
	color:#565555;
}
