.slider_bg {
position:relative;
display:block;
width:100%;
background:url('/images/slider_bg.png') left top repeat-x #fff;
height:460px;
margin: 0 0 20px 0;
}
.new_big_slider {
display:block;
position:relative;
width:100%;
height:100%;
}
.big_slide {
display:block;
position:relative;
width:100%;
height:100%;
background-size:contain !important;
background-position:center center !important;
background-repeat:no-repeat !important;
}
.slick-dots
{
    position: absolute;
    bottom: 0;
    display: block;

    width: 100%;
    padding: 0;
    margin: 0 0 -30px 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 50px;
    height: 20px;
    margin: 0 2px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;
    background-color:#ccc;
    width: 50px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 50px;
    height: 20px;

    content: '';
    text-align: center;

    color: #e3e3e3;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: 1;
    background-color:#f57e22;
}