#preview-contanier {background: url('http://lezgi-yar.ru/images/beautiful_slider.png') repeat-x;}

#preview-contanier {
    height: 200px;
    width: 931px;
    margin: 0 auto 20px auto;
    text-align: center;
    position: relative;
}

#preview {
    width: 900px;
    padding-top: 40px;
    margin: 0 auto;
    text-align: left;
}

.preview-tumb {
    width: 170px;
    float: left;
    display: inline;
    text-align: center;
    overflow: hidden;
    margin: 0 5px;
}

.preview-tumb a {
    display: block;
    padding: 8px 8px 5px 8px;
    background: #;
    text-decoration: none;
    color: #fe0000;
    font-size: 9pt;
}

.preview-tumb a:hover {
    display: block;
    padding: 8px 8px 5px 8px;
    background: #013956;
    text-decoration: none;
    color: #3d3d3d;
    font-size: 9pt;
}
#preview-contanier div.arrow-left {
    position: absolute;
    top: 95px;
    left: -10px;
    width: 28px;
    height: 28px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    background: url('http://www.nabran.ru/images/beautiful/beautiful_slider2.png') no-repeat;
    cursor: pointer;
}

#preview-contanier div.arrow-right {
    position: absolute;
    top: 95px;
    right: -10px;
    width: 28px;
    height: 28px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    background: url('http://www.nabran.ru/images/beautiful/beautiful_slider3.png') no-repeat;
    cursor: pointer;
}