#p_slider_bg {
	float: right;
    position: relative;
    background: url(../js/yui2/slider/assets/dual_thumb_bg.gif) 0 5px no-repeat;
    height: 25px;
    width: 330px;/* 画像サイズ+余白 */
}

#p_slider_bg div {
    position: absolute;
    cursor: default;
}

#p_slider_bg span {
    position: absolute;
    background: url(../js/yui2/slider/assets/dual_thumb_highlight.gif) 0 0 repeat-x;
    _font-size: 5px; /* prevent IE6 expanding the box height to font-size */
    top: 6px;
    left: 12px;		/* thumb/2 */
    height: 12px;
    width: 298px;	/* bgサイズからleft分を引く */
}

#print_price {
    position: relative;
	float: right;
    height: 20px;
    width: 330px;
	clear: right;
}

#print_price div{
    width: 65px;/* 以上 95px */
}

#price_min {
	position: absolute;
}

#price_max {
	position: absolute;
	right: 0;
}

