.multi-slider-box{
    width:320px; 
    position:relative; 
    margin:3em 1em 3em;
    *margin:3em 1em 1.5em;
}
/* SLIDER BOX */
.multi-slider-box .slider-box{
    background:#e8e8e8; 
    height:24px; 
    margin:0 10px;
}
.multi-slider-box .slider-box .slider-spc-1{
    margin:0 0 0 -10px; 
    background:url('/img/bg/slider-box-left.png') 0 0 no-repeat; 
    height:100%; 
    width:310px; 
    position:relative;
}
.multi-slider-box .slider-box .slider-spc-2{
    margin:0 -10px 0 0px; 
    background:url('/img/bg/slider-box-right.png') 100% 0 no-repeat; 
    height:100%; 
    width:320px; 
    position:relative;
}
/* SLIDER PLACE */
.multi-slider-box .slider1,
.multi-slider-box .slider2{
    position:absolute; 
    bottom:5px; 
    width:26px;
    white-space:nowrap;
}
.multi-slider-box .slider1{
    left:3px; 
    padding-top:23px;
}
.multi-slider-box .slider2{
    right:5px; 
    top:3px; 
    padding-bottom:23px;
}
/* SLIDER BTN */
.multi-slider-box .slider1 a,
.multi-slider-box .slider2 a{
    width:16px; 
    display:block; 
    height:14px; 
    overflow:hidden; 
    padding:1px 6px; 
    position:absolute;
    background:url('/img/bg/slider-btn.png') 0 0 no-repeat;  
    _background:url('/img/bg/slider-btn-ie.png') 0 0 no-repeat;
}
.multi-slider-box .slider1 a span,
.multi-slider-box .slider2 a span{
    width:100%; 
    display:block; 
    height:100%;
    background:#b5498e url('/img/bg/slider-btn.png') center center no-repeat;
    
}
.multi-slider-box .slider2 a{
    top:0;
}
.multi-slider-box .slider1 a{
    bottom:0;
    _bottom:0px;
}
/* SLIDER TOOLTIP */
.multi-slider-box .slider2 .tool-tip{
    background:url('/img/bg/slider-tip-right.png') 100% 0 no-repeat; 
    height:29px; 
    position:absolute; 
    right:7px; 
    padding:0 6px 0 0; 
    color:white; 
    bottom:30px;
    cursor: pointer;
}
.multi-slider-box .slider1 .tool-tip .tip-spc,
.multi-slider-box .slider2 .tool-tip .tip-spc{
    background:url('/img/bg/slider-tip-left.png') 0 0 no-repeat;  
    padding:3px 0 2px 6px; 
    text-align:center;
    font-size:92%;
    min-width:24px; 
    min-height:14px;
    _width:24px;
    _white-space:nowrap;
    _height:14px;
}
.multi-slider-box .tool-tip span{
    background:#c21867;
}
.multi-slider-box .slider1 .tool-tip{
    background:url('/img/bg/slider-tip-bottom-left.png') 0 100% no-repeat; 
    height:19px; 
    position:absolute; 
    left:10px; 
    padding:10px 0 0 6px; 
    color:white; 
    top:30px;
    _top:10px;
    cursor: pointer;
}
.multi-slider-box .slider1 .tool-tip .tip-spc{
    background:url('/img/bg/slider-tip-bottom-right.png') 100% 0 no-repeat; 
    padding:3px 6px 2px 0px;  
}
/* SLIDER SELECTED AREA */
.multi-slider-box .selected-area{
    background:#24bdf7 url('/img/bg/slider-selected-area.png') 0 0 repeat-x; 
    width:267px; 
    height:16px; 
    position:absolute; 
    top:3px; 
    left:17px;
}

/* COL RIGHT */
.item-list .col-right .multi-slider-box{
    width:260px; 
    margin:3em 0em 3em;
}
.item-list .col-right .multi-slider-box .slider-box .slider-spc-1{ 
    width:250px; 
}
.item-list .col-right .multi-slider-box .slider-box .slider-spc-2{
    width:260px; 
}
