
.samples{
    overflow:hidden;
    position:relative;
    height:335px;
    width:189px;
}

.samples ul{
    position:absolute;
    width:169px;
    overflow:none;
}

#slidCont{
    position:absolute;
    top:0px;
    left:170px;
    padding-top:41px;
    height:294px;
    width:8px;
    background: url(../img/slider_bg.gif) left top no-repeat;
}

.slider{
    position:relative;
    width:8px;
    height:294px;
}

.ui-slider-handle{
    position:absolute;
    vertical-align:center;
    height:41px;
    width:4px;
    left:2px;
    background-color:#000;
    background: #000 url(../img/slider.gif) left bottom no-repeat;
    z-index:100;
}
